Html Css Color HEX #885AE9 Medium Slate Blue

📋 copy color: '#885AE9'

red 136 ◦ green 90 ◦ blue 233

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

Shades of Medium Slate Blue #885AE9

Tints of Medium Slate Blue #885AE9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

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

R = 29.63%
G = 19.61%
B = 50.76%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#885AE9 (or 0x885AE9) is known color: Medium Slate Blue. HEX triplet: 88, 5A and E9. RGB value is (136,90,233). Sum of RGB (Red+Green+Blue) = 136+90+233=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #885AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AE9 is #77A516. Grayscale: #777777. Windows color (decimal): -7841047 or 15293064. OLE color: 15293064.

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

Color convert

RGB 136 90 233 -
CMYK 0.42 0.61 0 0.09
HSL 259.3º 0.76% 0.63% -
HSV(B) 259.3º 0.61% 0.91% -
XYZ 28.52 18.43 79.15 -
YUV 120.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 136 90 233 0.42 0.61 0 0.09 259.3 0.76 0.63
Hex 88 5A E9 2A 3D 0 9 103 4C 3F
Octal 210 132 351 52 75 0 11 403 114 77
Binary 10001000 1011010 11101001 101010 111101 0 1001 100000011 1001100 111111

Color Harmonies of #885AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AE9

Black with #885AE9

Text Example


Text Example

White with #885AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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