Html Css Color HEX #896CEB Medium Slate Blue

📋 copy color: '#896CEB'

red 137 ◦ green 108 ◦ blue 235

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

Shades of Medium Slate Blue #896CEB

Tints of Medium Slate Blue #896CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.5%

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

R = 28.54%
G = 22.5%
B = 48.96%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#896CEB (or 0x896CEB) is known color: Medium Slate Blue. HEX triplet: 89, 6C and EB. RGB value is (137,108,235). Sum of RGB (Red+Green+Blue) = 137+108+235=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #896CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896CEB is #769314. Grayscale: #828282. Windows color (decimal): -7770901 or 15428745. OLE color: 15428745.

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

Color convert

RGB 137 108 235 -
CMYK 0.42 0.54 0 0.08
HSL 253.7º 0.76% 0.67% -
HSV(B) 253.7º 0.54% 0.92% -
XYZ 30.67 22.04 81.24 -
YUV 131.15 186.61 132.17 -
System Red Green Blue C M Y K H S L
Decimal 137 108 235 0.42 0.54 0 0.08 253.7 0.76 0.67
Hex 89 6C EB 2A 36 0 8 FE 4C 43
Octal 211 154 353 52 66 0 10 376 114 103
Binary 10001001 1101100 11101011 101010 110110 0 1000 11111110 1001100 1000011

Color Harmonies of #896CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CEB

Black with #896CEB

Text Example


Text Example

White with #896CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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