Html Css Color HEX #8373FC Light Slate Blue

📋 copy color: '#8373FC'

red 131 ◦ green 115 ◦ blue 252

#8373FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8373FC

Tints of Light Slate Blue #8373FC

RGB

 RED value IS 131 (51.56% from 255) = 26.31%

 GREEN value IS 115 (45.31% from 255) = 23.09%

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 26.31%
G = 23.09%
B = 50.6%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8373FC (or 0x8373FC) is known color: Light Slate Blue. HEX triplet: 83, 73 and FC. RGB value is (131,115,252). Sum of RGB (Red+Green+Blue) = 131+115+252=498 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.31% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #8373FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8373FC is #7C8C03. Grayscale: #868686. Windows color (decimal): -8162308 or 16544643. OLE color: 16544643.

HSL color Cylindrical-coordinate representation of color #8373FC: hue angle of 247.01º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8373FC is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 115 252 -
CMYK 0.48 0.54 0 0.01
HSL 247.01º 0.96% 0.72% -
HSV(B) 247.01º 0.54% 0.99% -
XYZ 33.06 24.12 95.01 -
YUV 135.4 193.8 124.86 -
System Red Green Blue C M Y K H S L
Decimal 131 115 252 0.48 0.54 0 0.01 247.01 0.96 0.72
Hex 83 73 FC 30 36 0 1 F7 60 48
Octal 203 163 374 60 66 0 1 367 140 110
Binary 10000011 1110011 11111100 110000 110110 0 1 11110111 1100000 1001000

Color Harmonies of #8373FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8373FC

Black with #8373FC

Text Example


Text Example

White with #8373FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8373FC; }

 p { color: rgb(131,115,252); }

 H1.HeaderClassName
 {
   color: #8373FC;
 }
 .AnyTagClassName
 {
   color: #8373FC;
 }
</style>

background-color css

<style>
 a { background-color: #8373FC; }

 a { background-color: rgb(131,115,252); }

 div.DivClassName
 {
   background-color: #8373FC;
 }
 .BgClassName
 {
   background-color: #8373FC;
 }
</style>

border-color css

<style>
 span { border-color: #8373FC; }

 span { border-color: rgb(131,115,252); }

 td.TdClassName
 {
   border-color: #8373FC;
 }
 .TagClassName
 {
   border-color: #8373FC;
 }
</style>