#8478BB

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

Shades of Moody Blue #8478BB

Tints of Moody Blue #8478BB

Color information

#8478BB (or 0x8478BB) is unknown color: approx Moody Blue. HEX triplet: 84, 78 and BB. RGB value is (132,120,187). Sum of RGB (Red+Green+Blue) = 132+120+187=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #8478BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478BB is #7B8744. Grayscale: #828282. Windows color (decimal): -8095557 or 12286084. OLE color: 12286084.

HSL color Cylindrical-coordinate representation of color #8478BB: hue angle of 250.75º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8478BB is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132120187-
CMYK0.290.3600.27
HSL250.75º33%60.2%-
HSV(B)250.75º35.83%73.33%-
XYZ25.221.9349.92-
YUV131.23159.48128.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.07%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=30.07%
G=27.33%
B=42.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321201870.290.3600.27250.753360.2
Hex8478BB1D2401Bfb213c
Octal20417027335440333734174
Binary100001001111000101110111110110010001101111111011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8478BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8478BB; }

 p { color: rgb(132,120,187); }

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

<style>
 a { background-color: #8478BB; }

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

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

<style>
 span { border-color: #8478BB; }

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

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