Html Css Color HEX #895FEF Medium Slate Blue

📋 copy color: '#895FEF'

red 137 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #895FEF

Tints of Medium Slate Blue #895FEF

RGB

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

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

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

R = 29.09%
G = 20.17%
B = 50.74%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#895FEF (or 0x895FEF) is known color: Medium Slate Blue. HEX triplet: 89, 5F and EF. RGB value is (137,95,239). Sum of RGB (Red+Green+Blue) = 137+95+239=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #895FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895FEF is #76A010. Grayscale: #7B7B7B. Windows color (decimal): -7774225 or 15687561. OLE color: 15687561.

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

Color convert

RGB 137 95 239 -
CMYK 0.43 0.60 0 0.06
HSL 257.5º 0.82% 0.65% -
HSV(B) 257.5º 0.6% 0.94% -
XYZ 29.99 19.73 83.89 -
YUV 123.97 192.91 137.29 -
System Red Green Blue C M Y K H S L
Decimal 137 95 239 0.43 0.60 0 0.06 257.5 0.82 0.65
Hex 89 5F EF 2B 3C 0 6 102 52 41
Octal 211 137 357 53 74 0 6 402 122 101
Binary 10001001 1011111 11101111 101011 111100 0 110 100000010 1010010 1000001

Color Harmonies of #895FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895FEF

Black with #895FEF

Text Example


Text Example

White with #895FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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