Html Css Color HEX #8764EC Medium Slate Blue

📋 copy color: '#8764EC'

red 135 ◦ green 100 ◦ blue 236

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

Shades of Medium Slate Blue #8764EC

Tints of Medium Slate Blue #8764EC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.23%

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

R = 28.66%
G = 21.23%
B = 50.11%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8764EC (or 0x8764EC) is known color: Medium Slate Blue. HEX triplet: 87, 64 and EC. RGB value is (135,100,236). Sum of RGB (Red+Green+Blue) = 135+100+236=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #8764EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8764EC is #789B13. Grayscale: #7D7D7D. Windows color (decimal): -7904020 or 15492231. OLE color: 15492231.

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

Color convert

RGB 135 100 236 -
CMYK 0.43 0.58 0 0.07
HSL 255.44º 0.78% 0.66% -
HSV(B) 255.44º 0.58% 0.93% -
XYZ 29.69 20.32 81.71 -
YUV 125.97 190.1 134.44 -
System Red Green Blue C M Y K H S L
Decimal 135 100 236 0.43 0.58 0 0.07 255.44 0.78 0.66
Hex 87 64 EC 2B 3A 0 7 FF 4E 42
Octal 207 144 354 53 72 0 7 377 116 102
Binary 10000111 1100100 11101100 101011 111010 0 111 11111111 1001110 1000010

Color Harmonies of #8764EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8764EC

Black with #8764EC

Text Example


Text Example

White with #8764EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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