Html Css Color HEX #894CFD Medium Slate Blue

📋 copy color: '#894CFD'

red 137 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #894CFD

Tints of Medium Slate Blue #894CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.29%

R = 29.4%
G = 16.31%
B = 54.29%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#894CFD (or 0x894CFD) is known color: Medium Slate Blue. HEX triplet: 89, 4C and FD. RGB value is (137,76,253). Sum of RGB (Red+Green+Blue) = 137+76+253=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #894CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894CFD is #76B302. Grayscale: #717171. Windows color (decimal): -7779075 or 16600201. OLE color: 16600201.

HSL color Cylindrical-coordinate representation of color #894CFD: hue angle of 260.68º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #894CFD is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 137 76 253 -
CMYK 0.46 0.70 0 0.01
HSL 260.68º 0.98% 0.65% -
HSV(B) 260.68º 0.7% 0.99% -
XYZ 30.63 17.58 94.71 -
YUV 114.42 206.21 144.11 -
System Red Green Blue C M Y K H S L
Decimal 137 76 253 0.46 0.70 0 0.01 260.68 0.98 0.65
Hex 89 4C FD 2E 46 0 1 105 62 41
Octal 211 114 375 56 106 0 1 405 142 101
Binary 10001001 1001100 11111101 101110 1000110 0 1 100000101 1100010 1000001

Color Harmonies of #894CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894CFD

Black with #894CFD

Text Example


Text Example

White with #894CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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