Html Css Color HEX #896FED Medium Slate Blue

📋 copy color: '#896FED'

red 137 ◦ green 111 ◦ blue 237

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

Shades of Medium Slate Blue #896FED

Tints of Medium Slate Blue #896FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.89%

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

R = 28.25%
G = 22.89%
B = 48.87%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#896FED (or 0x896FED) is known color: Medium Slate Blue. HEX triplet: 89, 6F and ED. RGB value is (137,111,237). Sum of RGB (Red+Green+Blue) = 137+111+237=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #896FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FED is #769012. Grayscale: #848484. Windows color (decimal): -7770131 or 15560585. OLE color: 15560585.

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

Color convert

RGB 137 111 237 -
CMYK 0.42 0.53 0 0.07
HSL 252.38º 0.78% 0.68% -
HSV(B) 252.38º 0.53% 0.93% -
XYZ 31.29 22.8 82.87 -
YUV 133.14 186.61 130.75 -
System Red Green Blue C M Y K H S L
Decimal 137 111 237 0.42 0.53 0 0.07 252.38 0.78 0.68
Hex 89 6F ED 2A 35 0 7 FC 4E 44
Octal 211 157 355 52 65 0 7 374 116 104
Binary 10001001 1101111 11101101 101010 110101 0 111 11111100 1001110 1000100

Color Harmonies of #896FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FED

Black with #896FED

Text Example


Text Example

White with #896FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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