Html Css Color HEX #8870EA Medium Slate Blue

📋 copy color: '#8870EA'

red 136 ◦ green 112 ◦ blue 234

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

Shades of Medium Slate Blue #8870EA

Tints of Medium Slate Blue #8870EA

RGB

 RED value IS 136 (53.52% from 255) = 28.22%

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

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

R = 28.22%
G = 23.24%
B = 48.55%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8870EA (or 0x8870EA) is known color: Medium Slate Blue. HEX triplet: 88, 70 and EA. RGB value is (136,112,234). Sum of RGB (Red+Green+Blue) = 136+112+234=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #8870EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8870EA is #778F15. Grayscale: #848484. Windows color (decimal): -7835414 or 15364232. OLE color: 15364232.

HSL color Cylindrical-coordinate representation of color #8870EA: hue angle of 251.8º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8870EA is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 112 234 -
CMYK 0.42 0.52 0 0.08
HSL 251.8º 0.74% 0.68% -
HSV(B) 251.8º 0.52% 0.92% -
XYZ 30.8 22.76 80.61 -
YUV 133.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 136 112 234 0.42 0.52 0 0.08 251.8 0.74 0.68
Hex 88 70 EA 2A 34 0 8 FC 4A 44
Octal 210 160 352 52 64 0 10 374 112 104
Binary 10001000 1110000 11101010 101010 110100 0 1000 11111100 1001010 1000100

Color Harmonies of #8870EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8870EA

Black with #8870EA

Text Example


Text Example

White with #8870EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,112,234); }

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

background-color css

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

 a { background-color: rgb(136,112,234); }

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

border-color css

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

 span { border-color: rgb(136,112,234); }

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