Html Css Color HEX #896EEA Medium Slate Blue

📋 copy color: '#896EEA'

red 137 ◦ green 110 ◦ blue 234

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

Shades of Medium Slate Blue #896EEA

Tints of Medium Slate Blue #896EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.87%

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 28.48%
G = 22.87%
B = 48.65%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#896EEA (or 0x896EEA) is known color: Medium Slate Blue. HEX triplet: 89, 6E and EA. RGB value is (137,110,234). Sum of RGB (Red+Green+Blue) = 137+110+234=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #896EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896EEA is #769115. Grayscale: #838383. Windows color (decimal): -7770390 or 15363721. OLE color: 15363721.

HSL color Cylindrical-coordinate representation of color #896EEA: hue angle of 253.06º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #896EEA is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 110 234 -
CMYK 0.41 0.53 0 0.08
HSL 253.06º 0.75% 0.67% -
HSV(B) 253.06º 0.53% 0.92% -
XYZ 30.74 22.41 80.55 -
YUV 132.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 137 110 234 0.41 0.53 0 0.08 253.06 0.75 0.67
Hex 89 6E EA 29 35 0 8 FD 4B 43
Octal 211 156 352 51 65 0 10 375 113 103
Binary 10001001 1101110 11101010 101001 110101 0 1000 11111101 1001011 1000011

Color Harmonies of #896EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EEA

Black with #896EEA

Text Example


Text Example

White with #896EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,110,234); }

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

background-color css

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

 a { background-color: rgb(137,110,234); }

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

border-color css

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

 span { border-color: rgb(137,110,234); }

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