Html Css Color HEX #8051EC Medium Slate Blue

📋 copy color: '#8051EC'

red 128 ◦ green 81 ◦ blue 236

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

Shades of Medium Slate Blue #8051EC

Tints of Medium Slate Blue #8051EC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.2%

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

R = 28.76%
G = 18.2%
B = 53.03%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8051EC (or 0x8051EC) is known color: Medium Slate Blue. HEX triplet: 80, 51 and EC. RGB value is (128,81,236). Sum of RGB (Red+Green+Blue) = 128+81+236=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #8051EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8051EC is #7FAE13. Grayscale: #707070. Windows color (decimal): -8367636 or 15487360. OLE color: 15487360.

HSL color Cylindrical-coordinate representation of color #8051EC: hue angle of 258.19º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8051EC is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 81 236 -
CMYK 0.46 0.66 0 0.07
HSL 258.19º 0.8% 0.62% -
HSV(B) 258.19º 0.66% 0.93% -
XYZ 26.98 16.53 81.13 -
YUV 112.72 197.57 138.9 -
System Red Green Blue C M Y K H S L
Decimal 128 81 236 0.46 0.66 0 0.07 258.19 0.8 0.62
Hex 80 51 EC 2E 42 0 7 102 50 3E
Octal 200 121 354 56 102 0 7 402 120 76
Binary 10000000 1010001 11101100 101110 1000010 0 111 100000010 1010000 111110

Color Harmonies of #8051EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8051EC

Black with #8051EC

Text Example


Text Example

White with #8051EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8051EC; }

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

 H1.HeaderClassName
 {
   color: #8051EC;
 }
 .AnyTagClassName
 {
   color: #8051EC;
 }
</style>

background-color css

<style>
 a { background-color: #8051EC; }

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

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

border-color css

<style>
 span { border-color: #8051EC; }

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

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