#8177D7

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

Shades of Moody Blue #8177D7

Tints of Moody Blue #8177D7

Color information

#8177D7 (or 0x8177D7) is unknown color: approx Moody Blue. HEX triplet: 81, 77 and D7. RGB value is (129,119,215). Sum of RGB (Red+Green+Blue) = 129+119+215=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #8177D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177D7 is #7E8828. Grayscale: #848484. Windows color (decimal): -8292393 or 14120833. OLE color: 14120833.

HSL color Cylindrical-coordinate representation of color #8177D7: hue angle of 246.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8177D7 is Cyan = 0.4, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB129119215-
CMYK0.40.4500.16
HSL246.25º54.55%65.49%-
HSV(B)246.25º44.65%84.31%-
XYZ27.9222.7767.21-
YUV132.93174.31125.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.86%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 215 (84.38% from 255) = 46.44%
R=27.86%
G=25.70%
B=46.44%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291192150.40.4500.16246.2554.5565.49
Hex8177D7282D010f63741
Octal201167327505502036667101
Binary10000001111011111010111101000101101010000111101101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8177D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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