#8474BE

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

Shades of Moody Blue #8474BE

Tints of Moody Blue #8474BE

Color information

#8474BE (or 0x8474BE) is unknown color: approx Moody Blue. HEX triplet: 84, 74 and BE. RGB value is (132,116,190). Sum of RGB (Red+Green+Blue) = 132+116+190=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #8474BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8474BE is #7B8B41. Grayscale: #808080. Windows color (decimal): -8096578 or 12481668. OLE color: 12481668.

HSL color Cylindrical-coordinate representation of color #8474BE: hue angle of 252.97º degrees, saturation: 0.36, 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 #8474BE is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132116190-
CMYK0.310.3900.25
HSL252.97º36.27%60%-
HSV(B)252.97º38.95%74.51%-
XYZ25.0621.1151.47-
YUV129.22162.3129.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.14%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=30.14%
G=26.48%
B=43.38%

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
Decimal1321161900.310.3900.25252.9736.2760
Hex8474BE1F27019fd243c
Octal20416427637470313754474
Binary100001001110100101111101111110011101100111111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8474BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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