Html Css Color HEX #896FEB Medium Slate Blue

📋 copy color: '#896FEB'

red 137 ◦ green 111 ◦ blue 235

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

Shades of Medium Slate Blue #896FEB

Tints of Medium Slate Blue #896FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 28.36%
G = 22.98%
B = 48.65%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#896FEB (or 0x896FEB) is known color: Medium Slate Blue. HEX triplet: 89, 6F and EB. RGB value is (137,111,235). Sum of RGB (Red+Green+Blue) = 137+111+235=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #896FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FEB is #769014. Grayscale: #848484. Windows color (decimal): -7770133 or 15429513. OLE color: 15429513.

HSL color Cylindrical-coordinate representation of color #896FEB: hue angle of 252.58º degrees, saturation: 0.76, 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 #896FEB is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 111 235 -
CMYK 0.42 0.53 0 0.08
HSL 252.58º 0.76% 0.68% -
HSV(B) 252.58º 0.53% 0.92% -
XYZ 31 22.69 81.34 -
YUV 132.91 185.61 130.92 -
System Red Green Blue C M Y K H S L
Decimal 137 111 235 0.42 0.53 0 0.08 252.58 0.76 0.68
Hex 89 6F EB 2A 35 0 8 FD 4C 44
Octal 211 157 353 52 65 0 10 375 114 104
Binary 10001001 1101111 11101011 101010 110101 0 1000 11111101 1001100 1000100

Color Harmonies of #896FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FEB

Black with #896FEB

Text Example


Text Example

White with #896FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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