Html Css Color HEX #807EE6 Medium Slate Blue

📋 copy color: '#807EE6'

red 128 ◦ green 126 ◦ blue 230

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

Shades of Medium Slate Blue #807EE6

Tints of Medium Slate Blue #807EE6

RGB

 RED value IS 128 (50.39% from 255) = 26.45%

 GREEN value IS 126 (49.61% from 255) = 26.03%

 BLUE value IS 230 (90.23% from 255) = 47.52%

R = 26.45%
G = 26.03%
B = 47.52%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#807EE6 (or 0x807EE6) is known color: Medium Slate Blue. HEX triplet: 80, 7E and E6. RGB value is (128,126,230). Sum of RGB (Red+Green+Blue) = 128+126+230=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #807EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807EE6 is #7F8119. Grayscale: #8A8A8A. Windows color (decimal): -8356122 or 15105664. OLE color: 15105664.

HSL color Cylindrical-coordinate representation of color #807EE6: hue angle of 241.15º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #807EE6 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 126 230 -
CMYK 0.44 0.45 0 0.10
HSL 241.15º 0.68% 0.7% -
HSV(B) 241.15º 0.45% 0.9% -
XYZ 30.65 25.22 78.12 -
YUV 138.45 179.66 120.54 -
System Red Green Blue C M Y K H S L
Decimal 128 126 230 0.44 0.45 0 0.10 241.15 0.68 0.7
Hex 80 7E E6 2C 2D 0 A F1 44 46
Octal 200 176 346 54 55 0 12 361 104 106
Binary 10000000 1111110 11100110 101100 101101 0 1010 11110001 1000100 1000110

Color Harmonies of #807EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807EE6

Black with #807EE6

Text Example


Text Example

White with #807EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #807EE6;
 }
 .AnyTagClassName
 {
   color: #807EE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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