Html Css Color HEX #817FFE Light Slate Blue

📋 copy color: '#817FFE'

red 129 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #817FFE

Tints of Light Slate Blue #817FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.8%

R = 25.29%
G = 24.9%
B = 49.8%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#817FFE (or 0x817FFE) is known color: Light Slate Blue. HEX triplet: 81, 7F and FE. RGB value is (129,127,254). Sum of RGB (Red+Green+Blue) = 129+127+254=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #817FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817FFE is #7E8001. Grayscale: #8D8D8D. Windows color (decimal): -8290306 or 16678785. OLE color: 16678785.

HSL color Cylindrical-coordinate representation of color #817FFE: hue angle of 240.94º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #817FFE is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 127 254 -
CMYK 0.49 0.50 0 0.00
HSL 240.94º 0.98% 0.75% -
HSV(B) 240.94º 0.5% 1% -
XYZ 34.53 27 97.16 -
YUV 142.08 191.16 118.67 -
System Red Green Blue C M Y K H S L
Decimal 129 127 254 0.49 0.50 0 0.00 240.94 0.98 0.75
Hex 81 7F FE 31 32 0 0 F1 62 4B
Octal 201 177 376 61 62 0 0 361 142 113
Binary 10000001 1111111 11111110 110001 110010 0 0 11110001 1100010 1001011

Color Harmonies of #817FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FFE

Black with #817FFE

Text Example


Text Example

White with #817FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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