Html Css Color HEX #896FEA Medium Slate Blue

📋 copy color: '#896FEA'

red 137 ◦ green 111 ◦ blue 234

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

Shades of Medium Slate Blue #896FEA

Tints of Medium Slate Blue #896FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

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

R = 28.42%
G = 23.03%
B = 48.55%

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

#896FEA (or 0x896FEA) is known color: Medium Slate Blue. HEX triplet: 89, 6F and EA. RGB value is (137,111,234). Sum of RGB (Red+Green+Blue) = 137+111+234=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #896FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FEA is #769015. Grayscale: #848484. Windows color (decimal): -7770134 or 15363977. OLE color: 15363977.

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

Color convert

RGB 137 111 234 -
CMYK 0.41 0.53 0 0.08
HSL 252.68º 0.75% 0.68% -
HSV(B) 252.68º 0.53% 0.92% -
XYZ 30.85 22.63 80.58 -
YUV 132.8 185.11 131 -
System Red Green Blue C M Y K H S L
Decimal 137 111 234 0.41 0.53 0 0.08 252.68 0.75 0.68
Hex 89 6F EA 29 35 0 8 FD 4B 44
Octal 211 157 352 51 65 0 10 375 113 104
Binary 10001001 1101111 11101010 101001 110101 0 1000 11111101 1001011 1000100

Color Harmonies of #896FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FEA

Black with #896FEA

Text Example


Text Example

White with #896FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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