#817FEE

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

Shades of Light Slate Blue #817FEE

Tints of Light Slate Blue #817FEE

Color information

#817FEE (or 0x817FEE) is unknown color: approx Light Slate Blue. HEX triplet: 81, 7F and EE. RGB value is (129,127,238). Sum of RGB (Red+Green+Blue) = 129+127+238=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #817FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817FEE is #7E8011. Grayscale: #8B8B8B. Windows color (decimal): -8290322 or 15630209. OLE color: 15630209.

HSL color Cylindrical-coordinate representation of color #817FEE: hue angle of 241.08º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #817FEE is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129127238-
CMYK0.460.4700.07
HSL241.08º76.55%71.57%-
HSV(B)241.08º46.64%93.33%-
XYZ32.0826.0284.22-
YUV140.25183.16119.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.11%
GREEN value IS 127 (50% from 255) = 25.71%
BLUE value IS 238 (93.36% from 255) = 48.18%
R=26.11%
G=25.71%
B=48.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291272380.460.4700.07241.0876.5571.57
Hex817FEE2E2F07f14d48
Octal201177356565707361115110
Binary1000000111111111110111010111010111101111111000110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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