Html Css Color HEX #894AF8 Medium Slate Blue

📋 copy color: '#894AF8'

red 137 ◦ green 74 ◦ blue 248

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

Shades of Medium Slate Blue #894AF8

Tints of Medium Slate Blue #894AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.03%

R = 29.85%
G = 16.12%
B = 54.03%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#894AF8 (or 0x894AF8) is known color: Medium Slate Blue. HEX triplet: 89, 4A and F8. RGB value is (137,74,248). Sum of RGB (Red+Green+Blue) = 137+74+248=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #894AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894AF8 is #76B507. Grayscale: #707070. Windows color (decimal): -7779592 or 16272009. OLE color: 16272009.

HSL color Cylindrical-coordinate representation of color #894AF8: hue angle of 261.72º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #894AF8 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 137 74 248 -
CMYK 0.45 0.70 0 0.03
HSL 261.72º 0.93% 0.63% -
HSV(B) 261.72º 0.7% 0.97% -
XYZ 29.71 16.99 90.52 -
YUV 112.67 204.37 145.35 -
System Red Green Blue C M Y K H S L
Decimal 137 74 248 0.45 0.70 0 0.03 261.72 0.93 0.63
Hex 89 4A F8 2D 46 0 3 106 5D 3F
Octal 211 112 370 55 106 0 3 406 135 77
Binary 10001001 1001010 11111000 101101 1000110 0 11 100000110 1011101 111111

Color Harmonies of #894AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894AF8

Black with #894AF8

Text Example


Text Example

White with #894AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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