#8176CA

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

Shades of Moody Blue #8176CA

Tints of Moody Blue #8176CA

Color information

#8176CA (or 0x8176CA) is unknown color: approx Moody Blue. HEX triplet: 81, 76 and CA. RGB value is (129,118,202). Sum of RGB (Red+Green+Blue) = 129+118+202=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #8176CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8176CA is #7E8935. Grayscale: #828282. Windows color (decimal): -8292662 or 13268609. OLE color: 13268609.

HSL color Cylindrical-coordinate representation of color #8176CA: hue angle of 247.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8176CA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129118202-
CMYK0.360.4200.21
HSL247.86º44.21%62.75%-
HSV(B)247.86º41.58%79.22%-
XYZ26.1921.8958.72-
YUV130.86168.14126.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.73%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=28.73%
G=26.28%
B=44.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291182020.360.4200.21247.8644.2162.75
Hex8176CA242A015f82c3f
Octal20116631244520253705477
Binary1000000111101101100101010010010101001010111111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8176CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8176CA; }

 p { color: rgb(129,118,202); }

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

<style>
 a { background-color: #8176CA; }

 a { background-color: rgb(129,118,202); }

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

<style>
 span { border-color: #8176CA; }

 span { border-color: rgb(129,118,202); }

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