Html Css Color HEX #895FEC Medium Slate Blue

📋 copy color: '#895FEC'

red 137 ◦ green 95 ◦ blue 236

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

Shades of Medium Slate Blue #895FEC

Tints of Medium Slate Blue #895FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.3%

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

R = 29.27%
G = 20.3%
B = 50.43%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#895FEC (or 0x895FEC) is known color: Medium Slate Blue. HEX triplet: 89, 5F and EC. RGB value is (137,95,236). Sum of RGB (Red+Green+Blue) = 137+95+236=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #895FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895FEC is #76A013. Grayscale: #7B7B7B. Windows color (decimal): -7774228 or 15490953. OLE color: 15490953.

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

Color convert

RGB 137 95 236 -
CMYK 0.42 0.60 0 0.07
HSL 257.87º 0.79% 0.65% -
HSV(B) 257.87º 0.6% 0.93% -
XYZ 29.55 19.56 81.57 -
YUV 123.63 191.41 137.54 -
System Red Green Blue C M Y K H S L
Decimal 137 95 236 0.42 0.60 0 0.07 257.87 0.79 0.65
Hex 89 5F EC 2A 3C 0 7 102 4F 41
Octal 211 137 354 52 74 0 7 402 117 101
Binary 10001001 1011111 11101100 101010 111100 0 111 100000010 1001111 1000001

Color Harmonies of #895FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895FEC

Black with #895FEC

Text Example


Text Example

White with #895FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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