Html Css Color HEX #894AFA Medium Slate Blue

📋 copy color: '#894AFA'

red 137 ◦ green 74 ◦ blue 250

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

Shades of Medium Slate Blue #894AFA

Tints of Medium Slate Blue #894AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.05%

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

R = 29.72%
G = 16.05%
B = 54.23%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#894AFA (or 0x894AFA) is known color: Medium Slate Blue. HEX triplet: 89, 4A and FA. RGB value is (137,74,250). Sum of RGB (Red+Green+Blue) = 137+74+250=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #894AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894AFA is #76B505. Grayscale: #707070. Windows color (decimal): -7779590 or 16403081. OLE color: 16403081.

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

Color convert

RGB 137 74 250 -
CMYK 0.45 0.70 0 0.02
HSL 261.48º 0.95% 0.64% -
HSV(B) 261.48º 0.7% 0.98% -
XYZ 30.02 17.12 92.16 -
YUV 112.9 205.37 145.19 -
System Red Green Blue C M Y K H S L
Decimal 137 74 250 0.45 0.70 0 0.02 261.48 0.95 0.64
Hex 89 4A FA 2D 46 0 2 105 5F 40
Octal 211 112 372 55 106 0 2 405 137 100
Binary 10001001 1001010 11111010 101101 1000110 0 10 100000101 1011111 1000000

Color Harmonies of #894AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894AFA

Black with #894AFA

Text Example


Text Example

White with #894AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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