Html Css Color HEX #807EEC Medium Slate Blue

📋 copy color: '#807EEC'

red 128 ◦ green 126 ◦ blue 236

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

Shades of Medium Slate Blue #807EEC

Tints of Medium Slate Blue #807EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 26.12%
G = 25.71%
B = 48.16%

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

#807EEC (or 0x807EEC) is known color: Medium Slate Blue. HEX triplet: 80, 7E and EC. RGB value is (128,126,236). Sum of RGB (Red+Green+Blue) = 128+126+236=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #807EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807EEC is #7F8113. Grayscale: #8A8A8A. Windows color (decimal): -8356116 or 15498880. OLE color: 15498880.

HSL color Cylindrical-coordinate representation of color #807EEC: hue angle of 241.09º degrees, saturation: 0.74, 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 #807EEC is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 126 236 -
CMYK 0.46 0.47 0 0.07
HSL 241.09º 0.74% 0.71% -
HSV(B) 241.09º 0.47% 0.93% -
XYZ 31.5 25.57 82.63 -
YUV 139.14 182.66 120.06 -
System Red Green Blue C M Y K H S L
Decimal 128 126 236 0.46 0.47 0 0.07 241.09 0.74 0.71
Hex 80 7E EC 2E 2F 0 7 F1 4A 47
Octal 200 176 354 56 57 0 7 361 112 107
Binary 10000000 1111110 11101100 101110 101111 0 111 11110001 1001010 1000111

Color Harmonies of #807EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807EEC

Black with #807EEC

Text Example


Text Example

White with #807EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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