Html Css Color HEX #895DEF Medium Slate Blue

📋 copy color: '#895DEF'

red 137 ◦ green 93 ◦ blue 239

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

Shades of Medium Slate Blue #895DEF

Tints of Medium Slate Blue #895DEF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.83%

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 29.21%
G = 19.83%
B = 50.96%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#895DEF (or 0x895DEF) is known color: Medium Slate Blue. HEX triplet: 89, 5D and EF. RGB value is (137,93,239). Sum of RGB (Red+Green+Blue) = 137+93+239=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #895DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895DEF is #76A210. Grayscale: #7A7A7A. Windows color (decimal): -7774737 or 15687049. OLE color: 15687049.

HSL color Cylindrical-coordinate representation of color #895DEF: hue angle of 258.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #895DEF is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 93 239 -
CMYK 0.43 0.61 0 0.06
HSL 258.08º 0.82% 0.65% -
HSV(B) 258.08º 0.61% 0.94% -
XYZ 29.81 19.38 83.83 -
YUV 122.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 137 93 239 0.43 0.61 0 0.06 258.08 0.82 0.65
Hex 89 5D EF 2B 3D 0 6 102 52 41
Octal 211 135 357 53 75 0 6 402 122 101
Binary 10001001 1011101 11101111 101011 111101 0 110 100000010 1010010 1000001

Color Harmonies of #895DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DEF

Black with #895DEF

Text Example


Text Example

White with #895DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895DEF; }

 p { color: rgb(137,93,239); }

 H1.HeaderClassName
 {
   color: #895DEF;
 }
 .AnyTagClassName
 {
   color: #895DEF;
 }
</style>

background-color css

<style>
 a { background-color: #895DEF; }

 a { background-color: rgb(137,93,239); }

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

border-color css

<style>
 span { border-color: #895DEF; }

 span { border-color: rgb(137,93,239); }

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