Html Css Color HEX #8051EA Medium Slate Blue

📋 copy color: '#8051EA'

red 128 ◦ green 81 ◦ blue 234

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

Shades of Medium Slate Blue #8051EA

Tints of Medium Slate Blue #8051EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.82%

R = 28.89%
G = 18.28%
B = 52.82%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8051EA (or 0x8051EA) is known color: Medium Slate Blue. HEX triplet: 80, 51 and EA. RGB value is (128,81,234). Sum of RGB (Red+Green+Blue) = 128+81+234=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #8051EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8051EA is #7FAE15. Grayscale: #6F6F6F. Windows color (decimal): -8367638 or 15356288. OLE color: 15356288.

HSL color Cylindrical-coordinate representation of color #8051EA: hue angle of 258.43º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8051EA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 81 234 -
CMYK 0.45 0.65 0 0.08
HSL 258.43º 0.78% 0.62% -
HSV(B) 258.43º 0.65% 0.92% -
XYZ 26.7 16.41 79.6 -
YUV 112.5 196.57 139.06 -
System Red Green Blue C M Y K H S L
Decimal 128 81 234 0.45 0.65 0 0.08 258.43 0.78 0.62
Hex 80 51 EA 2D 41 0 8 102 4E 3E
Octal 200 121 352 55 101 0 10 402 116 76
Binary 10000000 1010001 11101010 101101 1000001 0 1000 100000010 1001110 111110

Color Harmonies of #8051EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8051EA

Black with #8051EA

Text Example


Text Example

White with #8051EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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