Html Css Color HEX #895AFA Medium Slate Blue

📋 copy color: '#895AFA'

red 137 ◦ green 90 ◦ blue 250

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

Shades of Medium Slate Blue #895AFA

Tints of Medium Slate Blue #895AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 28.72%
G = 18.87%
B = 52.41%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#895AFA (or 0x895AFA) is known color: Medium Slate Blue. HEX triplet: 89, 5A and FA. RGB value is (137,90,250). Sum of RGB (Red+Green+Blue) = 137+90+250=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #895AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895AFA is #76A505. Grayscale: #797979. Windows color (decimal): -7775494 or 16407177. OLE color: 16407177.

HSL color Cylindrical-coordinate representation of color #895AFA: hue angle of 257.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895AFA is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 90 250 -
CMYK 0.45 0.64 0 0.02
HSL 257.63º 0.94% 0.67% -
HSV(B) 257.63º 0.64% 0.98% -
XYZ 31.23 19.53 92.57 -
YUV 122.29 200.07 138.49 -
System Red Green Blue C M Y K H S L
Decimal 137 90 250 0.45 0.64 0 0.02 257.63 0.94 0.67
Hex 89 5A FA 2D 40 0 2 102 5E 43
Octal 211 132 372 55 100 0 2 402 136 103
Binary 10001001 1011010 11111010 101101 1000000 0 10 100000010 1011110 1000011

Color Harmonies of #895AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895AFA

Black with #895AFA

Text Example


Text Example

White with #895AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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