#8484CB

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

Shades of Moody Blue #8484CB

Tints of Moody Blue #8484CB

Color information

#8484CB (or 0x8484CB) is unknown color: approx Moody Blue. HEX triplet: 84, 84 and CB. RGB value is (132,132,203). Sum of RGB (Red+Green+Blue) = 132+132+203=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #8484CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8484CB is #7B7B34. Grayscale: #8B8B8B. Windows color (decimal): -8092469 or 13337732. OLE color: 13337732.

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

Color convert

RGB132132203-
CMYK0.350.3500.20
HSL240º40.57%65.69%-
HSV(B)240º34.98%79.61%-
XYZ28.5525.7259.96-
YUV140.09163.5122.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=28.27%
G=28.27%
B=43.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321322030.350.3500.2024040.5765.69
Hex8484CB2323014f02942
Octal204204313434302436051102
Binary100001001000010011001011100011100011010100111100001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8484CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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