Html Css Color HEX #896AEC Medium Slate Blue

📋 copy color: '#896AEC'

red 137 ◦ green 106 ◦ blue 236

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

Shades of Medium Slate Blue #896AEC

Tints of Medium Slate Blue #896AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.13%

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

R = 28.6%
G = 22.13%
B = 49.27%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#896AEC (or 0x896AEC) is known color: Medium Slate Blue. HEX triplet: 89, 6A and EC. RGB value is (137,106,236). Sum of RGB (Red+Green+Blue) = 137+106+236=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #896AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896AEC is #769513. Grayscale: #818181. Windows color (decimal): -7771412 or 15493769. OLE color: 15493769.

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

Color convert

RGB 137 106 236 -
CMYK 0.42 0.55 0 0.07
HSL 254.31º 0.77% 0.67% -
HSV(B) 254.31º 0.55% 0.93% -
XYZ 30.61 21.68 81.93 -
YUV 130.09 187.77 132.93 -
System Red Green Blue C M Y K H S L
Decimal 137 106 236 0.42 0.55 0 0.07 254.31 0.77 0.67
Hex 89 6A EC 2A 37 0 7 FE 4D 43
Octal 211 152 354 52 67 0 7 376 115 103
Binary 10001001 1101010 11101100 101010 110111 0 111 11111110 1001101 1000011

Color Harmonies of #896AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896AEC

Black with #896AEC

Text Example


Text Example

White with #896AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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