#846ECF

Color #846ECF Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #846ECF

Tints of Moody Blue #846ECF

Color information

#846ECF (or 0x846ECF) is unknown color: approx Moody Blue. HEX triplet: 84, 6E and CF. RGB value is (132,110,207). Sum of RGB (Red+Green+Blue) = 132+110+207=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #846ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846ECF is #7B9130. Grayscale: #7F7F7F. Windows color (decimal): -8098097 or 13594244. OLE color: 13594244.

HSL color Cylindrical-coordinate representation of color #846ECF: hue angle of 253.61º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #846ECF is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132110207-
CMYK0.360.4700.19
HSL253.61º50.26%62.16%-
HSV(B)253.61º46.86%81.18%-
XYZ26.3520.5661.61-
YUV127.64172.79131.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.40%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 207 (81.25% from 255) = 46.10%
R=29.40%
G=24.50%
B=46.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321102070.360.4700.19253.6150.2662.16
Hex846ECF242F013fe323e
Octal20415631744570233766276
Binary1000010011011101100111110010010111101001111111110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846ECF; }

 p { color: rgb(132,110,207); }

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

<style>
 a { background-color: #846ECF; }

 a { background-color: rgb(132,110,207); }

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

<style>
 span { border-color: #846ECF; }

 span { border-color: rgb(132,110,207); }

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