Html Css Color HEX #844CFD Medium Slate Blue

📋 copy color: '#844CFD'

red 132 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #844CFD

Tints of Medium Slate Blue #844CFD

RGB

 RED value IS 132 (51.95% from 255) = 28.63%

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

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

R = 28.63%
G = 16.49%
B = 54.88%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#844CFD (or 0x844CFD) is known color: Medium Slate Blue. HEX triplet: 84, 4C and FD. RGB value is (132,76,253). Sum of RGB (Red+Green+Blue) = 132+76+253=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #844CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CFD is #7BB302. Grayscale: #707070. Windows color (decimal): -8106755 or 16600196. OLE color: 16600196.

HSL color Cylindrical-coordinate representation of color #844CFD: hue angle of 258.98º 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 #844CFD is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 76 253 -
CMYK 0.48 0.70 0 0.01
HSL 258.98º 0.98% 0.65% -
HSV(B) 258.98º 0.7% 0.99% -
XYZ 29.83 17.17 94.67 -
YUV 112.92 207.05 141.61 -
System Red Green Blue C M Y K H S L
Decimal 132 76 253 0.48 0.70 0 0.01 258.98 0.98 0.65
Hex 84 4C FD 30 46 0 1 103 62 41
Octal 204 114 375 60 106 0 1 403 142 101
Binary 10000100 1001100 11111101 110000 1000110 0 1 100000011 1100010 1000001

Color Harmonies of #844CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CFD

Black with #844CFD

Text Example


Text Example

White with #844CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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