Html Css Color HEX #885AEC Medium Slate Blue

📋 copy color: '#885AEC'

red 136 ◦ green 90 ◦ blue 236

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

Shades of Medium Slate Blue #885AEC

Tints of Medium Slate Blue #885AEC

RGB

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

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

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

R = 29.44%
G = 19.48%
B = 51.08%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#885AEC (or 0x885AEC) is known color: Medium Slate Blue. HEX triplet: 88, 5A and EC. RGB value is (136,90,236). Sum of RGB (Red+Green+Blue) = 136+90+236=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #885AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AEC is #77A513. Grayscale: #777777. Windows color (decimal): -7841044 or 15489672. OLE color: 15489672.

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

Color convert

RGB 136 90 236 -
CMYK 0.42 0.62 0 0.07
HSL 258.9º 0.79% 0.64% -
HSV(B) 258.9º 0.62% 0.93% -
XYZ 28.95 18.6 81.42 -
YUV 120.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 136 90 236 0.42 0.62 0 0.07 258.9 0.79 0.64
Hex 88 5A EC 2A 3E 0 7 103 4F 40
Octal 210 132 354 52 76 0 7 403 117 100
Binary 10001000 1011010 11101100 101010 111110 0 111 100000011 1001111 1000000

Color Harmonies of #885AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AEC

Black with #885AEC

Text Example


Text Example

White with #885AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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