Html Css Color HEX #817FFC Light Slate Blue

📋 copy color: '#817FFC'

red 129 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #817FFC

Tints of Light Slate Blue #817FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 25%

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

R = 25.39%
G = 25%
B = 49.61%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#817FFC (or 0x817FFC) is known color: Light Slate Blue. HEX triplet: 81, 7F and FC. RGB value is (129,127,252). Sum of RGB (Red+Green+Blue) = 129+127+252=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #817FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817FFC is #7E8003. Grayscale: #8D8D8D. Windows color (decimal): -8290308 or 16547713. OLE color: 16547713.

HSL color Cylindrical-coordinate representation of color #817FFC: hue angle of 240.96º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #817FFC is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 127 252 -
CMYK 0.49 0.50 0 0.01
HSL 240.96º 0.95% 0.74% -
HSV(B) 240.96º 0.5% 0.99% -
XYZ 34.21 26.87 95.48 -
YUV 141.85 190.16 118.84 -
System Red Green Blue C M Y K H S L
Decimal 129 127 252 0.49 0.50 0 0.01 240.96 0.95 0.74
Hex 81 7F FC 31 32 0 1 F1 5F 4A
Octal 201 177 374 61 62 0 1 361 137 112
Binary 10000001 1111111 11111100 110001 110010 0 1 11110001 1011111 1001010

Color Harmonies of #817FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FFC

Black with #817FFC

Text Example


Text Example

White with #817FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817FFC; }

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

 H1.HeaderClassName
 {
   color: #817FFC;
 }
 .AnyTagClassName
 {
   color: #817FFC;
 }
</style>

background-color css

<style>
 a { background-color: #817FFC; }

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

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

border-color css

<style>
 span { border-color: #817FFC; }

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

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