Html Css Color HEX #885FEB Medium Slate Blue

📋 copy color: '#885FEB'

red 136 ◦ green 95 ◦ blue 235

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

Shades of Medium Slate Blue #885FEB

Tints of Medium Slate Blue #885FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 29.18%
G = 20.39%
B = 50.43%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#885FEB (or 0x885FEB) is known color: Medium Slate Blue. HEX triplet: 88, 5F and EB. RGB value is (136,95,235). Sum of RGB (Red+Green+Blue) = 136+95+235=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #885FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885FEB is #77A014. Grayscale: #7A7A7A. Windows color (decimal): -7839765 or 15425416. OLE color: 15425416.

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

Color convert

RGB 136 95 235 -
CMYK 0.42 0.60 0 0.08
HSL 257.57º 0.78% 0.65% -
HSV(B) 257.57º 0.6% 0.92% -
XYZ 29.24 19.42 80.8 -
YUV 123.22 191.08 137.12 -
System Red Green Blue C M Y K H S L
Decimal 136 95 235 0.42 0.60 0 0.08 257.57 0.78 0.65
Hex 88 5F EB 2A 3C 0 8 102 4E 41
Octal 210 137 353 52 74 0 10 402 116 101
Binary 10001000 1011111 11101011 101010 111100 0 1000 100000010 1001110 1000001

Color Harmonies of #885FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FEB

Black with #885FEB

Text Example


Text Example

White with #885FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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