Html Css Color HEX #895EEB Medium Slate Blue

📋 copy color: '#895EEB'

red 137 ◦ green 94 ◦ blue 235

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

Shades of Medium Slate Blue #895EEB

Tints of Medium Slate Blue #895EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.17%

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 29.4%
G = 20.17%
B = 50.43%

CMYK

 C value IS 0.42

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#895EEB (or 0x895EEB) is known color: Medium Slate Blue. HEX triplet: 89, 5E and EB. RGB value is (137,94,235). Sum of RGB (Red+Green+Blue) = 137+94+235=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #895EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895EEB is #76A114. Grayscale: #7A7A7A. Windows color (decimal): -7774485 or 15425161. OLE color: 15425161.

HSL color Cylindrical-coordinate representation of color #895EEB: hue angle of 258.3º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #895EEB is Cyan = 0.42, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 94 235 -
CMYK 0.42 0.6 0 0.08
HSL 258.3º 0.78% 0.65% -
HSV(B) 258.3º 0.6% 0.92% -
XYZ 29.31 19.32 80.78 -
YUV 122.93 191.25 138.04 -
System Red Green Blue C M Y K H S L
Decimal 137 94 235 0.42 0.6 0 0.08 258.3 0.78 0.65
Hex 89 5E EB 2A 3C 0 8 102 4E 41
Octal 211 136 353 52 74 0 10 402 116 101
Binary 10001001 1011110 11101011 101010 111100 0 1000 100000010 1001110 1000001

Color Harmonies of #895EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895EEB

Black with #895EEB

Text Example


Text Example

White with #895EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,94,235); }

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

background-color css

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

 a { background-color: rgb(137,94,235); }

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

border-color css

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

 span { border-color: rgb(137,94,235); }

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