Html Css Color HEX #8070E8 Medium Slate Blue

📋 copy color: '#8070E8'

red 128 ◦ green 112 ◦ blue 232

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

Shades of Medium Slate Blue #8070E8

Tints of Medium Slate Blue #8070E8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.73%

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

R = 27.12%
G = 23.73%
B = 49.15%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8070E8 (or 0x8070E8) is known color: Medium Slate Blue. HEX triplet: 80, 70 and E8. RGB value is (128,112,232). Sum of RGB (Red+Green+Blue) = 128+112+232=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #8070E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8070E8 is #7F8F17. Grayscale: #828282. Windows color (decimal): -8359704 or 15233152. OLE color: 15233152.

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

Color convert

RGB 128 112 232 -
CMYK 0.45 0.52 0 0.09
HSL 248º 0.72% 0.67% -
HSV(B) 248º 0.52% 0.91% -
XYZ 29.26 22 79.05 -
YUV 130.46 185.3 126.24 -
System Red Green Blue C M Y K H S L
Decimal 128 112 232 0.45 0.52 0 0.09 248 0.72 0.67
Hex 80 70 E8 2D 34 0 9 F8 48 43
Octal 200 160 350 55 64 0 11 370 110 103
Binary 10000000 1110000 11101000 101101 110100 0 1001 11111000 1001000 1000011

Color Harmonies of #8070E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8070E8

Black with #8070E8

Text Example


Text Example

White with #8070E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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