Html Css Color HEX #895AF2 Medium Slate Blue

📋 copy color: '#895AF2'

red 137 ◦ green 90 ◦ blue 242

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

Shades of Medium Slate Blue #895AF2

Tints of Medium Slate Blue #895AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.6%

R = 29.21%
G = 19.19%
B = 51.6%

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

#895AF2 (or 0x895AF2) is known color: Medium Slate Blue. HEX triplet: 89, 5A and F2. RGB value is (137,90,242). Sum of RGB (Red+Green+Blue) = 137+90+242=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #895AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895AF2 is #76A50D. Grayscale: #787878. Windows color (decimal): -7775502 or 15882889. OLE color: 15882889.

HSL color Cylindrical-coordinate representation of color #895AF2: hue angle of 258.55º degrees, saturation: 0.85, 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 #895AF2 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 90 242 -
CMYK 0.43 0.63 0 0.05
HSL 258.55º 0.85% 0.65% -
HSV(B) 258.55º 0.63% 0.95% -
XYZ 30 19.04 86.1 -
YUV 121.38 196.07 139.14 -
System Red Green Blue C M Y K H S L
Decimal 137 90 242 0.43 0.63 0 0.05 258.55 0.85 0.65
Hex 89 5A F2 2B 3F 0 5 103 55 41
Octal 211 132 362 53 77 0 5 403 125 101
Binary 10001001 1011010 11110010 101011 111111 0 101 100000011 1010101 1000001

Color Harmonies of #895AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895AF2

Black with #895AF2

Text Example


Text Example

White with #895AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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