Html Css Color HEX #895BEC Medium Slate Blue

📋 copy color: '#895BEC'

red 137 ◦ green 91 ◦ blue 236

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

Shades of Medium Slate Blue #895BEC

Tints of Medium Slate Blue #895BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.61%

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

R = 29.53%
G = 19.61%
B = 50.86%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#895BEC (or 0x895BEC) is known color: Medium Slate Blue. HEX triplet: 89, 5B and EC. RGB value is (137,91,236). Sum of RGB (Red+Green+Blue) = 137+91+236=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #895BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895BEC is #76A413. Grayscale: #787878. Windows color (decimal): -7775252 or 15489929. OLE color: 15489929.

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

Color convert

RGB 137 91 236 -
CMYK 0.42 0.61 0 0.07
HSL 259.03º 0.79% 0.64% -
HSV(B) 259.03º 0.61% 0.93% -
XYZ 29.2 18.86 81.46 -
YUV 121.28 192.74 139.21 -
System Red Green Blue C M Y K H S L
Decimal 137 91 236 0.42 0.61 0 0.07 259.03 0.79 0.64
Hex 89 5B EC 2A 3D 0 7 103 4F 40
Octal 211 133 354 52 75 0 7 403 117 100
Binary 10001001 1011011 11101100 101010 111101 0 111 100000011 1001111 1000000

Color Harmonies of #895BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895BEC

Black with #895BEC

Text Example


Text Example

White with #895BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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