Html Css Color HEX #895AF1 Medium Slate Blue

📋 copy color: '#895AF1'

red 137 ◦ green 90 ◦ blue 241

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

Shades of Medium Slate Blue #895AF1

Tints of Medium Slate Blue #895AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.5%

R = 29.27%
G = 19.23%
B = 51.5%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#895AF1 (or 0x895AF1) is known color: Medium Slate Blue. HEX triplet: 89, 5A and F1. RGB value is (137,90,241). Sum of RGB (Red+Green+Blue) = 137+90+241=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #895AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895AF1 is #76A50E. Grayscale: #787878. Windows color (decimal): -7775503 or 15817353. OLE color: 15817353.

HSL color Cylindrical-coordinate representation of color #895AF1: hue angle of 258.68º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #895AF1 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 90 241 -
CMYK 0.43 0.63 0 0.05
HSL 258.68º 0.84% 0.65% -
HSV(B) 258.68º 0.63% 0.95% -
XYZ 29.85 18.98 85.31 -
YUV 121.27 195.57 139.22 -
System Red Green Blue C M Y K H S L
Decimal 137 90 241 0.43 0.63 0 0.05 258.68 0.84 0.65
Hex 89 5A F1 2B 3F 0 5 103 54 41
Octal 211 132 361 53 77 0 5 403 124 101
Binary 10001001 1011010 11110001 101011 111111 0 101 100000011 1010100 1000001

Color Harmonies of #895AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895AF1

Black with #895AF1

Text Example


Text Example

White with #895AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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