Html Css Color HEX #817FFF Light Slate Blue

📋 copy color: '#817FFF'

red 129 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #817FFF

Tints of Light Slate Blue #817FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 25.24%
G = 24.85%
B = 49.9%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#817FFF (or 0x817FFF) is known color: Light Slate Blue. HEX triplet: 81, 7F and FF. RGB value is (129,127,255). Sum of RGB (Red+Green+Blue) = 129+127+255=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #817FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817FFF is #7E8000. Grayscale: #8D8D8D. Windows color (decimal): -8290305 or 16744321. OLE color: 16744321.

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

Color convert

RGB 129 127 255 -
CMYK 0.49 0.50 0 0
HSL 240.94º 1% 0.75% -
HSV(B) 240.94º 0.5% 1% -
XYZ 34.69 27.07 98 -
YUV 142.19 191.66 118.59 -
System Red Green Blue C M Y K H S L
Decimal 129 127 255 0.49 0.50 0 0 240.94 1 0.75
Hex 81 7F FF 31 32 0 0 F1 64 4B
Octal 201 177 377 61 62 0 0 361 144 113
Binary 10000001 1111111 11111111 110001 110010 0 0 11110001 1100100 1001011

Color Harmonies of #817FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FFF

Black with #817FFF

Text Example


Text Example

White with #817FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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