#8484CF

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

Shades of Moody Blue #8484CF

Tints of Moody Blue #8484CF

Color information

#8484CF (or 0x8484CF) is unknown color: approx Moody Blue. HEX triplet: 84, 84 and CF. RGB value is (132,132,207). Sum of RGB (Red+Green+Blue) = 132+132+207=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #8484CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8484CF is #7B7B30. Grayscale: #8C8C8C. Windows color (decimal): -8092465 or 13599876. OLE color: 13599876.

HSL color Cylindrical-coordinate representation of color #8484CF: hue angle of 240º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8484CF is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132132207-
CMYK0.360.3600.19
HSL240º43.86%66.47%-
HSV(B)240º36.23%81.18%-
XYZ29.0325.9162.5-
YUV140.55165.5121.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.03%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=28.03%
G=28.03%
B=43.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321322070.360.3600.1924043.8666.47
Hex8484CF2424013f02c42
Octal204204317444402336054102
Binary100001001000010011001111100100100100010011111100001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8484CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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