#8475bf

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

Shades of Moody Blue #8475BF

Tints of Moody Blue #8475BF

Color information

#8475BF (or 0x8475BF) is unknown color: approx Moody Blue. HEX triplet: 84, 75 and BF. RGB value is (132,117,191). Sum of RGB (Red+Green+Blue) = 132+117+191=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #8475BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8475BF is #7B8A40. Grayscale: #818181. Windows color (decimal): -8096321 or 12547460. OLE color: 12547460.

HSL color Cylindrical-coordinate representation of color #8475BF: hue angle of 252.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8475BF is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132117191-
CMYK0.310.3900.25
HSL252.16º36.63%60.39%-
HSV(B)252.16º38.74%74.9%-
XYZ25.2821.3952.09-
YUV129.92162.47129.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 191 (75% from 255) = 43.41%
R=30%
G=26.59%
B=43.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321171910.310.3900.25252.1636.6360.39
Hex8475BF1F27019fc253c
Octal20416527737470313744574
Binary100001001110101101111111111110011101100111111100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8475bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8475bf; }

 p { color: rgb(132,117,191); }

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

<style>
 a { background-color: #8475bf; }

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

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

<style>
 span { border-color: #8475bf; }

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

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