#8476BE

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

Shades of Moody Blue #8476BE

Tints of Moody Blue #8476BE

Color information

#8476BE (or 0x8476BE) is unknown color: approx Moody Blue. HEX triplet: 84, 76 and BE. RGB value is (132,118,190). Sum of RGB (Red+Green+Blue) = 132+118+190=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #8476BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8476BE is #7B8941. Grayscale: #828282. Windows color (decimal): -8096066 or 12482180. OLE color: 12482180.

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

Color convert

RGB132118190-
CMYK0.310.3800.25
HSL251.67º35.64%60.39%-
HSV(B)251.67º37.89%74.51%-
XYZ25.2921.5851.55-
YUV130.39161.64129.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=30%
G=26.82%
B=43.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321181900.310.3800.25251.6735.6460.39
Hex8476BE1F26019fc243c
Octal20416627637460313744474
Binary100001001110110101111101111110011001100111111100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8476BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8476BE; }

 p { color: rgb(132,118,190); }

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

<style>
 a { background-color: #8476BE; }

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

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

<style>
 span { border-color: #8476BE; }

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

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