Html Css Color HEX #894CFB Medium Slate Blue

📋 copy color: '#894CFB'

red 137 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #894CFB

Tints of Medium Slate Blue #894CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.38%

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

R = 29.53%
G = 16.38%
B = 54.09%

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

#894CFB (or 0x894CFB) is known color: Medium Slate Blue. HEX triplet: 89, 4C and FB. RGB value is (137,76,251). Sum of RGB (Red+Green+Blue) = 137+76+251=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #894CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894CFB is #76B304. Grayscale: #717171. Windows color (decimal): -7779077 or 16469129. OLE color: 16469129.

HSL color Cylindrical-coordinate representation of color #894CFB: hue angle of 260.91º degrees, saturation: 0.96, 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 #894CFB is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 76 251 -
CMYK 0.45 0.70 0 0.02
HSL 260.91º 0.96% 0.64% -
HSV(B) 260.91º 0.7% 0.98% -
XYZ 30.31 17.45 93.04 -
YUV 114.19 205.21 144.27 -
System Red Green Blue C M Y K H S L
Decimal 137 76 251 0.45 0.70 0 0.02 260.91 0.96 0.64
Hex 89 4C FB 2D 46 0 2 105 60 40
Octal 211 114 373 55 106 0 2 405 140 100
Binary 10001001 1001100 11111011 101101 1000110 0 10 100000101 1100000 1000000

Color Harmonies of #894CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894CFB

Black with #894CFB

Text Example


Text Example

White with #894CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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