Html Css Color HEX #844CFE Medium Slate Blue

📋 copy color: '#844CFE'

red 132 ◦ green 76 ◦ blue 254

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

Shades of Medium Slate Blue #844CFE

Tints of Medium Slate Blue #844CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.98%

R = 28.57%
G = 16.45%
B = 54.98%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#844CFE (or 0x844CFE) is known color: Medium Slate Blue. HEX triplet: 84, 4C and FE. RGB value is (132,76,254). Sum of RGB (Red+Green+Blue) = 132+76+254=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #844CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CFE is #7BB301. Grayscale: #707070. Windows color (decimal): -8106754 or 16665732. OLE color: 16665732.

HSL color Cylindrical-coordinate representation of color #844CFE: hue angle of 258.88º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #844CFE is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 76 254 -
CMYK 0.48 0.70 0 0.00
HSL 258.88º 0.99% 0.65% -
HSV(B) 258.88º 0.7% 1% -
XYZ 29.99 17.23 95.51 -
YUV 113.04 207.55 141.53 -
System Red Green Blue C M Y K H S L
Decimal 132 76 254 0.48 0.70 0 0.00 258.88 0.99 0.65
Hex 84 4C FE 30 46 0 0 103 63 41
Octal 204 114 376 60 106 0 0 403 143 101
Binary 10000100 1001100 11111110 110000 1000110 0 0 100000011 1100011 1000001

Color Harmonies of #844CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CFE

Black with #844CFE

Text Example


Text Example

White with #844CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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