Html Css Color HEX #885FE9 Medium Slate Blue

📋 copy color: '#885FE9'

red 136 ◦ green 95 ◦ blue 233

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

Shades of Medium Slate Blue #885FE9

Tints of Medium Slate Blue #885FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.22%

R = 29.31%
G = 20.47%
B = 50.22%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#885FE9 (or 0x885FE9) is known color: Medium Slate Blue. HEX triplet: 88, 5F and E9. RGB value is (136,95,233). Sum of RGB (Red+Green+Blue) = 136+95+233=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #885FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885FE9 is #77A016. Grayscale: #7A7A7A. Windows color (decimal): -7839767 or 15294344. OLE color: 15294344.

HSL color Cylindrical-coordinate representation of color #885FE9: hue angle of 257.83º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #885FE9 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 136 95 233 -
CMYK 0.42 0.59 0 0.09
HSL 257.83º 0.76% 0.64% -
HSV(B) 257.83º 0.59% 0.91% -
XYZ 28.95 19.3 79.29 -
YUV 122.99 190.08 137.28 -
System Red Green Blue C M Y K H S L
Decimal 136 95 233 0.42 0.59 0 0.09 257.83 0.76 0.64
Hex 88 5F E9 2A 3B 0 9 102 4C 40
Octal 210 137 351 52 73 0 11 402 114 100
Binary 10001000 1011111 11101001 101010 111011 0 1001 100000010 1001100 1000000

Color Harmonies of #885FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FE9

Black with #885FE9

Text Example


Text Example

White with #885FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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