Html Css Color HEX #895AED Medium Slate Blue

📋 copy color: '#895AED'

red 137 ◦ green 90 ◦ blue 237

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

Shades of Medium Slate Blue #895AED

Tints of Medium Slate Blue #895AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 29.53%
G = 19.4%
B = 51.08%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#895AED (or 0x895AED) is known color: Medium Slate Blue. HEX triplet: 89, 5A and ED. RGB value is (137,90,237). Sum of RGB (Red+Green+Blue) = 137+90+237=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #895AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895AED is #76A512. Grayscale: #787878. Windows color (decimal): -7775507 or 15555209. OLE color: 15555209.

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

Color convert

RGB 137 90 237 -
CMYK 0.42 0.62 0 0.07
HSL 259.18º 0.8% 0.64% -
HSV(B) 259.18º 0.62% 0.93% -
XYZ 29.26 18.75 82.2 -
YUV 120.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 137 90 237 0.42 0.62 0 0.07 259.18 0.8 0.64
Hex 89 5A ED 2A 3E 0 7 103 50 40
Octal 211 132 355 52 76 0 7 403 120 100
Binary 10001001 1011010 11101101 101010 111110 0 111 100000011 1010000 1000000

Color Harmonies of #895AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895AED

Black with #895AED

Text Example


Text Example

White with #895AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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