Html Css Color HEX #896AEF Medium Slate Blue

📋 copy color: '#896AEF'

red 137 ◦ green 106 ◦ blue 239

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

Shades of Medium Slate Blue #896AEF

Tints of Medium Slate Blue #896AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 28.42%
G = 21.99%
B = 49.59%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#896AEF (or 0x896AEF) is known color: Medium Slate Blue. HEX triplet: 89, 6A and EF. RGB value is (137,106,239). Sum of RGB (Red+Green+Blue) = 137+106+239=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #896AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896AEF is #769510. Grayscale: #818181. Windows color (decimal): -7771409 or 15690377. OLE color: 15690377.

HSL color Cylindrical-coordinate representation of color #896AEF: hue angle of 253.98º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #896AEF is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 106 239 -
CMYK 0.43 0.56 0 0.06
HSL 253.99º 0.81% 0.68% -
HSV(B) 253.99º 0.56% 0.94% -
XYZ 31.05 21.86 84.24 -
YUV 130.43 189.27 132.69 -
System Red Green Blue C M Y K H S L
Decimal 137 106 239 0.43 0.56 0 0.06 253.99 0.81 0.68
Hex 89 6A EF 2B 38 0 6 FE 51 44
Octal 211 152 357 53 70 0 6 376 121 104
Binary 10001001 1101010 11101111 101011 111000 0 110 11111110 1010001 1000100

Color Harmonies of #896AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896AEF

Black with #896AEF

Text Example


Text Example

White with #896AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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