Html Css Color HEX #8052E8 Medium Slate Blue

📋 copy color: '#8052E8'

red 128 ◦ green 82 ◦ blue 232

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

Shades of Medium Slate Blue #8052E8

Tints of Medium Slate Blue #8052E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.49%

R = 28.96%
G = 18.55%
B = 52.49%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8052E8 (or 0x8052E8) is known color: Medium Slate Blue. HEX triplet: 80, 52 and E8. RGB value is (128,82,232). Sum of RGB (Red+Green+Blue) = 128+82+232=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #8052E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8052E8 is #7FAD17. Grayscale: #707070. Windows color (decimal): -8367384 or 15225472. OLE color: 15225472.

HSL color Cylindrical-coordinate representation of color #8052E8: hue angle of 258.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8052E8 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 82 232 -
CMYK 0.45 0.65 0 0.09
HSL 258.4º 0.77% 0.62% -
HSV(B) 258.4º 0.65% 0.91% -
XYZ 26.48 16.45 78.12 -
YUV 112.85 195.24 138.8 -
System Red Green Blue C M Y K H S L
Decimal 128 82 232 0.45 0.65 0 0.09 258.4 0.77 0.62
Hex 80 52 E8 2D 41 0 9 102 4D 3E
Octal 200 122 350 55 101 0 11 402 115 76
Binary 10000000 1010010 11101000 101101 1000001 0 1001 100000010 1001101 111110

Color Harmonies of #8052E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052E8

Black with #8052E8

Text Example


Text Example

White with #8052E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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