#817AFE

Color #817AFE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #817AFE

Tints of Light Slate Blue #817AFE

Color information

#817AFE (or 0x817AFE) is unknown color: approx Light Slate Blue. HEX triplet: 81, 7A and FE. RGB value is (129,122,254). Sum of RGB (Red+Green+Blue) = 129+122+254=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #817AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817AFE is #7E8501. Grayscale: #8A8A8A. Windows color (decimal): -8291586 or 16677505. OLE color: 16677505.

HSL color Cylindrical-coordinate representation of color #817AFE: hue angle of 243.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #817AFE is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB129122254-
CMYK0.490.5200.00
HSL243.18º98.51%73.73%-
HSV(B)243.18º51.97%99.61%-
XYZ33.925.7496.95-
YUV139.14192.82120.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.54%
GREEN value IS 122 (48.05% from 255) = 24.16%
BLUE value IS 254 (99.61% from 255) = 50.30%
R=25.54%
G=24.16%
B=50.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1291222540.490.5200.00243.1898.5173.73
Hex817AFE313400f3634a
Octal201172376616400363143112
Binary10000001111101011111110110001110100001111001111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #817AFE;
 }
 .AnyTagClassName
 {
   color: #817AFE;
 }
</style>
background-color css

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

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

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

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

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

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