Html Css Color HEX #816CFC Light Slate Blue

📋 copy color: '#816CFC'

red 129 ◦ green 108 ◦ blue 252

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

Shades of Light Slate Blue #816CFC

Tints of Light Slate Blue #816CFC

RGB

 RED value IS 129 (50.78% from 255) = 26.38%

 GREEN value IS 108 (42.58% from 255) = 22.09%

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

R = 26.38%
G = 22.09%
B = 51.53%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#816CFC (or 0x816CFC) is known color: Light Slate Blue. HEX triplet: 81, 6C and FC. RGB value is (129,108,252). Sum of RGB (Red+Green+Blue) = 129+108+252=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #816CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816CFC is #7E9303. Grayscale: #828282. Windows color (decimal): -8295172 or 16542849. OLE color: 16542849.

HSL color Cylindrical-coordinate representation of color #816CFC: hue angle of 248.75º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #816CFC is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 108 252 -
CMYK 0.49 0.57 0 0.01
HSL 248.75º 0.96% 0.71% -
HSV(B) 248.75º 0.57% 0.99% -
XYZ 31.99 22.42 94.74 -
YUV 130.7 196.46 126.79 -
System Red Green Blue C M Y K H S L
Decimal 129 108 252 0.49 0.57 0 0.01 248.75 0.96 0.71
Hex 81 6C FC 31 39 0 1 F9 60 47
Octal 201 154 374 61 71 0 1 371 140 107
Binary 10000001 1101100 11111100 110001 111001 0 1 11111001 1100000 1000111

Color Harmonies of #816CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816CFC

Black with #816CFC

Text Example


Text Example

White with #816CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816CFC; }

 p { color: rgb(129,108,252); }

 H1.HeaderClassName
 {
   color: #816CFC;
 }
 .AnyTagClassName
 {
   color: #816CFC;
 }
</style>

background-color css

<style>
 a { background-color: #816CFC; }

 a { background-color: rgb(129,108,252); }

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

border-color css

<style>
 span { border-color: #816CFC; }

 span { border-color: rgb(129,108,252); }

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