Html Css Color HEX #895AEC Medium Slate Blue

📋 copy color: '#895AEC'

red 137 ◦ green 90 ◦ blue 236

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

Shades of Medium Slate Blue #895AEC

Tints of Medium Slate Blue #895AEC

RGB

 RED value IS 137 (53.91% from 255) = 29.59%

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

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

R = 29.59%
G = 19.44%
B = 50.97%

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

#895AEC (or 0x895AEC) is known color: Medium Slate Blue. HEX triplet: 89, 5A and EC. RGB value is (137,90,236). Sum of RGB (Red+Green+Blue) = 137+90+236=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #895AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895AEC is #76A513. Grayscale: #787878. Windows color (decimal): -7775508 or 15489673. OLE color: 15489673.

HSL color Cylindrical-coordinate representation of color #895AEC: hue angle of 259.32º 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 #895AEC is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 90 236 -
CMYK 0.42 0.62 0 0.07
HSL 259.32º 0.79% 0.64% -
HSV(B) 259.32º 0.62% 0.93% -
XYZ 29.11 18.69 81.43 -
YUV 120.7 193.07 139.63 -
System Red Green Blue C M Y K H S L
Decimal 137 90 236 0.42 0.62 0 0.07 259.32 0.79 0.64
Hex 89 5A EC 2A 3E 0 7 103 4F 40
Octal 211 132 354 52 76 0 7 403 117 100
Binary 10001001 1011010 11101100 101010 111110 0 111 100000011 1001111 1000000

Color Harmonies of #895AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895AEC

Black with #895AEC

Text Example


Text Example

White with #895AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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