Html Css Color HEX #894BFB Medium Slate Blue

📋 copy color: '#894BFB'

red 137 ◦ green 75 ◦ blue 251

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

Shades of Medium Slate Blue #894BFB

Tints of Medium Slate Blue #894BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.2%

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

R = 29.59%
G = 16.2%
B = 54.21%

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

#894BFB (or 0x894BFB) is known color: Medium Slate Blue. HEX triplet: 89, 4B and FB. RGB value is (137,75,251). Sum of RGB (Red+Green+Blue) = 137+75+251=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #894BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894BFB is #76B404. Grayscale: #707070. Windows color (decimal): -7779333 or 16468873. OLE color: 16468873.

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

Color convert

RGB 137 75 251 -
CMYK 0.45 0.70 0 0.02
HSL 261.14º 0.96% 0.64% -
HSV(B) 261.14º 0.7% 0.98% -
XYZ 30.25 17.32 93.01 -
YUV 113.6 205.54 144.69 -
System Red Green Blue C M Y K H S L
Decimal 137 75 251 0.45 0.70 0 0.02 261.14 0.96 0.64
Hex 89 4B FB 2D 46 0 2 105 60 40
Octal 211 113 373 55 106 0 2 405 140 100
Binary 10001001 1001011 11111011 101101 1000110 0 10 100000101 1100000 1000000

Color Harmonies of #894BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894BFB

Black with #894BFB

Text Example


Text Example

White with #894BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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