Html Css Color HEX #8864EC Medium Slate Blue

📋 copy color: '#8864EC'

red 136 ◦ green 100 ◦ blue 236

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

Shades of Medium Slate Blue #8864EC

Tints of Medium Slate Blue #8864EC

RGB

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

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

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

R = 28.81%
G = 21.19%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8864EC (or 0x8864EC) is known color: Medium Slate Blue. HEX triplet: 88, 64 and EC. RGB value is (136,100,236). Sum of RGB (Red+Green+Blue) = 136+100+236=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #8864EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8864EC is #779B13. Grayscale: #7D7D7D. Windows color (decimal): -7838484 or 15492232. OLE color: 15492232.

HSL color Cylindrical-coordinate representation of color #8864EC: hue angle of 255.88º 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 #8864EC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 100 236 -
CMYK 0.42 0.58 0 0.07
HSL 255.88º 0.78% 0.66% -
HSV(B) 255.88º 0.58% 0.93% -
XYZ 29.85 20.4 81.72 -
YUV 126.27 189.93 134.94 -
System Red Green Blue C M Y K H S L
Decimal 136 100 236 0.42 0.58 0 0.07 255.88 0.78 0.66
Hex 88 64 EC 2A 3A 0 7 100 4E 42
Octal 210 144 354 52 72 0 7 400 116 102
Binary 10001000 1100100 11101100 101010 111010 0 111 100000000 1001110 1000010

Color Harmonies of #8864EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8864EC

Black with #8864EC

Text Example


Text Example

White with #8864EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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