Html Css Color HEX #807EEE Light Slate Blue

📋 copy color: '#807EEE'

red 128 ◦ green 126 ◦ blue 238

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

Shades of Light Slate Blue #807EEE

Tints of Light Slate Blue #807EEE

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 value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#807EEE (or 0x807EEE) is known color: 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

RGB 128 126 238 -
CMYK 0.46 0.47 0 0.07
HSL 241.07º 0.77% 0.71% -
HSV(B) 241.07º 0.47% 0.93% -
XYZ 31.8 25.68 84.17 -
YUV 139.37 183.66 119.89 -
System Red Green Blue C M Y K H S L
Decimal 128 126 238 0.46 0.47 0 0.07 241.07 0.77 0.71
Hex 80 7E EE 2E 2F 0 7 F1 4D 47
Octal 200 176 356 56 57 0 7 361 115 107
Binary 10000000 1111110 11101110 101110 101111 0 111 11110001 1001101 1000111

Color Harmonies of #807EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807EEE

Black with #807EEE

Text Example


Text Example

White with #807EEE

Text Example


Text Example

HTML Codes & Css Web 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>