Html Css Color HEX #8770EC Medium Slate Blue

📋 copy color: '#8770EC'

red 135 ◦ green 112 ◦ blue 236

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

Shades of Medium Slate Blue #8770EC

Tints of Medium Slate Blue #8770EC

RGB

 RED value IS 135 (53.13% from 255) = 27.95%

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

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 27.95%
G = 23.19%
B = 48.86%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8770EC (or 0x8770EC) is known color: Medium Slate Blue. HEX triplet: 87, 70 and EC. RGB value is (135,112,236). Sum of RGB (Red+Green+Blue) = 135+112+236=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #8770EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8770EC is #788F13. Grayscale: #848484. Windows color (decimal): -7900948 or 15495303. OLE color: 15495303.

HSL color Cylindrical-coordinate representation of color #8770EC: hue angle of 251.13º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8770EC is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 112 236 -
CMYK 0.43 0.53 0 0.07
HSL 251.13º 0.77% 0.68% -
HSV(B) 251.13º 0.53% 0.93% -
XYZ 30.93 22.8 82.13 -
YUV 133.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 135 112 236 0.43 0.53 0 0.07 251.13 0.77 0.68
Hex 87 70 EC 2B 35 0 7 FB 4D 44
Octal 207 160 354 53 65 0 7 373 115 104
Binary 10000111 1110000 11101100 101011 110101 0 111 11111011 1001101 1000100

Color Harmonies of #8770EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8770EC

Black with #8770EC

Text Example


Text Example

White with #8770EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8770EC; }

 p { color: rgb(135,112,236); }

 H1.HeaderClassName
 {
   color: #8770EC;
 }
 .AnyTagClassName
 {
   color: #8770EC;
 }
</style>

background-color css

<style>
 a { background-color: #8770EC; }

 a { background-color: rgb(135,112,236); }

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

border-color css

<style>
 span { border-color: #8770EC; }

 span { border-color: rgb(135,112,236); }

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