#8484BC

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

Shades of Moody Blue #8484BC

Tints of Moody Blue #8484BC

Color information

#8484BC (or 0x8484BC) is unknown color: approx Moody Blue. HEX triplet: 84, 84 and BC. RGB value is (132,132,188). Sum of RGB (Red+Green+Blue) = 132+132+188=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #8484BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8484BC is #7B7B43. Grayscale: #8A8A8A. Windows color (decimal): -8092484 or 12354692. OLE color: 12354692.

HSL color Cylindrical-coordinate representation of color #8484BC: hue angle of 240º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8484BC is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132132188-
CMYK0.300.3000.26
HSL240º29.47%62.75%-
HSV(B)240º29.79%73.73%-
XYZ26.8425.0451-
YUV138.38156123.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=29.20%
G=29.20%
B=41.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321321880.300.3000.2624029.4762.75
Hex8484BC1E1E01Af01d3f
Octal20420427436360323603577
Binary10000100100001001011110011110111100110101111000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8484BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8484BC; }

 p { color: rgb(132,132,188); }

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

<style>
 a { background-color: #8484BC; }

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

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

<style>
 span { border-color: #8484BC; }

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

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