Html Css Color HEX #894FFB Medium Slate Blue

📋 copy color: '#894FFB'

red 137 ◦ green 79 ◦ blue 251

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

Shades of Medium Slate Blue #894FFB

Tints of Medium Slate Blue #894FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.92%

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 29.34%
G = 16.92%
B = 53.75%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#894FFB (or 0x894FFB) is known color: Medium Slate Blue. HEX triplet: 89, 4F and FB. RGB value is (137,79,251). Sum of RGB (Red+Green+Blue) = 137+79+251=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #894FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #894FFB is #76B004. Grayscale: #737373. Windows color (decimal): -7778309 or 16469897. OLE color: 16469897.

HSL color Cylindrical-coordinate representation of color #894FFB: hue angle of 260.23º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #894FFB is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 79 251 -
CMYK 0.45 0.69 0 0.02
HSL 260.23º 0.96% 0.65% -
HSV(B) 260.23º 0.69% 0.98% -
XYZ 30.53 17.88 93.11 -
YUV 115.95 204.22 143.01 -
System Red Green Blue C M Y K H S L
Decimal 137 79 251 0.45 0.69 0 0.02 260.23 0.96 0.65
Hex 89 4F FB 2D 45 0 2 104 60 41
Octal 211 117 373 55 105 0 2 404 140 101
Binary 10001001 1001111 11111011 101101 1000101 0 10 100000100 1100000 1000001

Color Harmonies of #894FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FFB

Black with #894FFB

Text Example


Text Example

White with #894FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,79,251); }

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

background-color css

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

 a { background-color: rgb(137,79,251); }

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

border-color css

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

 span { border-color: rgb(137,79,251); }

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