Html Css Color HEX #8760EC Medium Slate Blue

📋 copy color: '#8760EC'

red 135 ◦ green 96 ◦ blue 236

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

Shades of Medium Slate Blue #8760EC

Tints of Medium Slate Blue #8760EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.56%

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

R = 28.91%
G = 20.56%
B = 50.54%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8760EC (or 0x8760EC) is known color: Medium Slate Blue. HEX triplet: 87, 60 and EC. RGB value is (135,96,236). Sum of RGB (Red+Green+Blue) = 135+96+236=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #8760EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8760EC is #789F13. Grayscale: #7B7B7B. Windows color (decimal): -7905044 or 15491207. OLE color: 15491207.

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

Color convert

RGB 135 96 236 -
CMYK 0.43 0.59 0 0.07
HSL 256.71º 0.79% 0.65% -
HSV(B) 256.71º 0.59% 0.93% -
XYZ 29.31 19.57 81.59 -
YUV 123.62 191.42 136.12 -
System Red Green Blue C M Y K H S L
Decimal 135 96 236 0.43 0.59 0 0.07 256.71 0.79 0.65
Hex 87 60 EC 2B 3B 0 7 101 4F 41
Octal 207 140 354 53 73 0 7 401 117 101
Binary 10000111 1100000 11101100 101011 111011 0 111 100000001 1001111 1000001

Color Harmonies of #8760EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8760EC

Black with #8760EC

Text Example


Text Example

White with #8760EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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