Html Css Color HEX #896DED Medium Slate Blue

📋 copy color: '#896DED'

red 137 ◦ green 109 ◦ blue 237

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

Shades of Medium Slate Blue #896DED

Tints of Medium Slate Blue #896DED

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.57%

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 28.36%
G = 22.57%
B = 49.07%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#896DED (or 0x896DED) is known color: Medium Slate Blue. HEX triplet: 89, 6D and ED. RGB value is (137,109,237). Sum of RGB (Red+Green+Blue) = 137+109+237=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #896DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896DED is #769212. Grayscale: #838383. Windows color (decimal): -7770643 or 15560073. OLE color: 15560073.

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

Color convert

RGB 137 109 237 -
CMYK 0.42 0.54 0 0.07
HSL 253.13º 0.78% 0.68% -
HSV(B) 253.13º 0.54% 0.93% -
XYZ 31.07 22.37 82.8 -
YUV 131.96 187.28 131.59 -
System Red Green Blue C M Y K H S L
Decimal 137 109 237 0.42 0.54 0 0.07 253.13 0.78 0.68
Hex 89 6D ED 2A 36 0 7 FD 4E 44
Octal 211 155 355 52 66 0 7 375 116 104
Binary 10001001 1101101 11101101 101010 110110 0 111 11111101 1001110 1000100

Color Harmonies of #896DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DED

Black with #896DED

Text Example


Text Example

White with #896DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,109,237); }

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

background-color css

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

 a { background-color: rgb(137,109,237); }

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

border-color css

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

 span { border-color: rgb(137,109,237); }

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