Html Css Color HEX #896BEC Medium Slate Blue

📋 copy color: '#896BEC'

red 137 ◦ green 107 ◦ blue 236

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

Shades of Medium Slate Blue #896BEC

Tints of Medium Slate Blue #896BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.29%

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 28.54%
G = 22.29%
B = 49.17%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#896BEC (or 0x896BEC) is known color: Medium Slate Blue. HEX triplet: 89, 6B and EC. RGB value is (137,107,236). Sum of RGB (Red+Green+Blue) = 137+107+236=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #896BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896BEC is #769413. Grayscale: #828282. Windows color (decimal): -7771156 or 15494025. OLE color: 15494025.

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

Color convert

RGB 137 107 236 -
CMYK 0.42 0.55 0 0.07
HSL 253.95º 0.77% 0.67% -
HSV(B) 253.95º 0.55% 0.93% -
XYZ 30.71 21.89 81.96 -
YUV 130.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 137 107 236 0.42 0.55 0 0.07 253.95 0.77 0.67
Hex 89 6B EC 2A 37 0 7 FE 4D 43
Octal 211 153 354 52 67 0 7 376 115 103
Binary 10001001 1101011 11101100 101010 110111 0 111 11111110 1001101 1000011

Color Harmonies of #896BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896BEC

Black with #896BEC

Text Example


Text Example

White with #896BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,107,236); }

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

background-color css

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

 a { background-color: rgb(137,107,236); }

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

border-color css

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

 span { border-color: rgb(137,107,236); }

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