Html Css Color HEX #896AEB Medium Slate Blue

📋 copy color: '#896AEB'

red 137 ◦ green 106 ◦ blue 235

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

Shades of Medium Slate Blue #896AEB

Tints of Medium Slate Blue #896AEB

RGB

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

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

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

R = 28.66%
G = 22.18%
B = 49.16%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#896AEB (or 0x896AEB) is known color: Medium Slate Blue. HEX triplet: 89, 6A and EB. RGB value is (137,106,235). Sum of RGB (Red+Green+Blue) = 137+106+235=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #896AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896AEB is #769514. Grayscale: #818181. Windows color (decimal): -7771413 or 15428233. OLE color: 15428233.

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

Color convert

RGB 137 106 235 -
CMYK 0.42 0.55 0 0.08
HSL 254.42º 0.76% 0.67% -
HSV(B) 254.42º 0.55% 0.92% -
XYZ 30.47 21.62 81.17 -
YUV 129.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 137 106 235 0.42 0.55 0 0.08 254.42 0.76 0.67
Hex 89 6A EB 2A 37 0 8 FE 4C 43
Octal 211 152 353 52 67 0 10 376 114 103
Binary 10001001 1101010 11101011 101010 110111 0 1000 11111110 1001100 1000011

Color Harmonies of #896AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896AEB

Black with #896AEB

Text Example


Text Example

White with #896AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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