#807EEE

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

Shades of Light Slate Blue #807EEE

Tints of Light Slate Blue #807EEE

Color information

#807EEE (or 0x807EEE) is unknown color: approx Light Slate Blue. HEX triplet: 80, 7E and EE. RGB value is (128,126,238). Sum of RGB (Red+Green+Blue) = 128+126+238=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #807EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807EEE is #7F8111. Grayscale: #8A8A8A. Windows color (decimal): -8356114 or 15629952. OLE color: 15629952.

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

Color convert

RGB128126238-
CMYK0.460.4700.07
HSL241.07º76.71%71.37%-
HSV(B)241.07º47.06%93.33%-
XYZ31.825.6884.17-
YUV139.37183.66119.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.02%
GREEN value IS 126 (49.61% from 255) = 25.61%
BLUE value IS 238 (93.36% from 255) = 48.37%
R=26.02%
G=25.61%
B=48.37%

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
Decimal1281262380.460.4700.07241.0776.7171.37
Hex807EEE2E2F07f14d47
Octal200176356565707361115107
Binary1000000011111101110111010111010111101111111000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807EEE; }

 p { color: rgb(128,126,238); }

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

<style>
 a { background-color: #807EEE; }

 a { background-color: rgb(128,126,238); }

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

<style>
 span { border-color: #807EEE; }

 span { border-color: rgb(128,126,238); }

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