Html Css Color HEX #8052EA Medium Slate Blue

📋 copy color: '#8052EA'

red 128 ◦ green 82 ◦ blue 234

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

Shades of Medium Slate Blue #8052EA

Tints of Medium Slate Blue #8052EA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.47%

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

R = 28.83%
G = 18.47%
B = 52.7%

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

#8052EA (or 0x8052EA) is known color: Medium Slate Blue. HEX triplet: 80, 52 and EA. RGB value is (128,82,234). Sum of RGB (Red+Green+Blue) = 128+82+234=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #8052EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8052EA is #7FAD15. Grayscale: #707070. Windows color (decimal): -8367382 or 15356544. OLE color: 15356544.

HSL color Cylindrical-coordinate representation of color #8052EA: hue angle of 258.16º 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 #8052EA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 82 234 -
CMYK 0.45 0.65 0 0.08
HSL 258.16º 0.78% 0.62% -
HSV(B) 258.16º 0.65% 0.92% -
XYZ 26.77 16.56 79.63 -
YUV 113.08 196.24 138.64 -
System Red Green Blue C M Y K H S L
Decimal 128 82 234 0.45 0.65 0 0.08 258.16 0.78 0.62
Hex 80 52 EA 2D 41 0 8 102 4E 3E
Octal 200 122 352 55 101 0 10 402 116 76
Binary 10000000 1010010 11101010 101101 1000001 0 1000 100000010 1001110 111110

Color Harmonies of #8052EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052EA

Black with #8052EA

Text Example


Text Example

White with #8052EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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