#8177CC

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

Shades of Moody Blue #8177CC

Tints of Moody Blue #8177CC

Color information

#8177CC (or 0x8177CC) is unknown color: approx Moody Blue. HEX triplet: 81, 77 and CC. RGB value is (129,119,204). Sum of RGB (Red+Green+Blue) = 129+119+204=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #8177CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177CC is #7E8833. Grayscale: #838383. Windows color (decimal): -8292404 or 13399937. OLE color: 13399937.

HSL color Cylindrical-coordinate representation of color #8177CC: hue angle of 247.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8177CC is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB129119204-
CMYK0.370.4200.2
HSL247.06º45.45%63.33%-
HSV(B)247.06º41.67%80%-
XYZ26.5522.2260.02-
YUV131.68168.81126.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=28.54%
G=26.33%
B=45.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291192040.370.4200.2247.0645.4563.33
Hex8177CC252A014f72d3f
Octal20116731445520243675577
Binary1000000111101111100110010010110101001010011110111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8177CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8177CC; }

 p { color: rgb(129,119,204); }

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

<style>
 a { background-color: #8177CC; }

 a { background-color: rgb(129,119,204); }

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

<style>
 span { border-color: #8177CC; }

 span { border-color: rgb(129,119,204); }

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