#844BFC

Color #844BFC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #844BFC

Tints of Medium Slate Blue #844BFC

Color information

#844BFC (or 0x844BFC) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 4B and FC. RGB value is (132,75,252). Sum of RGB (Red+Green+Blue) = 132+75+252=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #844BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844BFC is #7BB403. Grayscale: #6F6F6F. Windows color (decimal): -8107012 or 16534404. OLE color: 16534404.

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

Color convert

RGB13275252-
CMYK0.480.7000.01
HSL259.32º96.72%64.12%-
HSV(B)259.32º70.24%98.82%-
XYZ29.616.9793.81-
YUV112.22206.88142.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.76%
GREEN value IS 75 (29.69% from 255) = 16.34%
BLUE value IS 252 (98.83% from 255) = 54.90%
R=28.76%
G=16.34%
B=54.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal132752520.480.7000.01259.3296.7264.12
Hex844BFC3046011036140
Octal2041133746010601403141100
Binary1000010010010111111110011000010001100110000001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,75,252); }

 H1.HeaderClassName
 {
   color: #844BFC;
 }
 .AnyTagClassName
 {
   color: #844BFC;
 }
</style>
background-color css

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

 a { background-color: rgb(132,75,252); }

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

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

 span { border-color: rgb(132,75,252); }

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