Html Css Color HEX #885FEC Medium Slate Blue

📋 copy color: '#885FEC'

red 136 ◦ green 95 ◦ blue 236

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

Shades of Medium Slate Blue #885FEC

Tints of Medium Slate Blue #885FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.34%

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

R = 29.12%
G = 20.34%
B = 50.54%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#885FEC (or 0x885FEC) is known color: Medium Slate Blue. HEX triplet: 88, 5F and EC. RGB value is (136,95,236). Sum of RGB (Red+Green+Blue) = 136+95+236=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 95 (37.5% from 255 or 20.34% 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 #885FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885FEC is #77A013. Grayscale: #7A7A7A. Windows color (decimal): -7839764 or 15490952. OLE color: 15490952.

HSL color Cylindrical-coordinate representation of color #885FEC: hue angle of 257.45º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #885FEC is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 95 236 -
CMYK 0.42 0.60 0 0.07
HSL 257.45º 0.79% 0.65% -
HSV(B) 257.45º 0.6% 0.93% -
XYZ 29.39 19.47 81.57 -
YUV 123.33 191.58 137.04 -
System Red Green Blue C M Y K H S L
Decimal 136 95 236 0.42 0.60 0 0.07 257.45 0.79 0.65
Hex 88 5F EC 2A 3C 0 7 101 4F 41
Octal 210 137 354 52 74 0 7 401 117 101
Binary 10001000 1011111 11101100 101010 111100 0 111 100000001 1001111 1000001

Color Harmonies of #885FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FEC

Black with #885FEC

Text Example


Text Example

White with #885FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885FEC; }

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

 H1.HeaderClassName
 {
   color: #885FEC;
 }
 .AnyTagClassName
 {
   color: #885FEC;
 }
</style>

background-color css

<style>
 a { background-color: #885FEC; }

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

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

border-color css

<style>
 span { border-color: #885FEC; }

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

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