Html Css Color HEX #895AEF Medium Slate Blue

📋 copy color: '#895AEF'

red 137 ◦ green 90 ◦ blue 239

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

Shades of Medium Slate Blue #895AEF

Tints of Medium Slate Blue #895AEF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.31%

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

R = 29.4%
G = 19.31%
B = 51.29%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#895AEF (or 0x895AEF) is known color: Medium Slate Blue. HEX triplet: 89, 5A and EF. RGB value is (137,90,239). Sum of RGB (Red+Green+Blue) = 137+90+239=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #895AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895AEF is #76A510. Grayscale: #787878. Windows color (decimal): -7775505 or 15686281. OLE color: 15686281.

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

Color convert

RGB 137 90 239 -
CMYK 0.43 0.62 0 0.06
HSL 258.93º 0.82% 0.65% -
HSV(B) 258.93º 0.62% 0.94% -
XYZ 29.55 18.86 83.74 -
YUV 121.04 194.57 139.38 -
System Red Green Blue C M Y K H S L
Decimal 137 90 239 0.43 0.62 0 0.06 258.93 0.82 0.65
Hex 89 5A EF 2B 3E 0 6 103 52 41
Octal 211 132 357 53 76 0 6 403 122 101
Binary 10001001 1011010 11101111 101011 111110 0 110 100000011 1010010 1000001

Color Harmonies of #895AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895AEF

Black with #895AEF

Text Example


Text Example

White with #895AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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