#8178D3

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

Shades of Moody Blue #8178D3

Tints of Moody Blue #8178D3

Color information

#8178D3 (or 0x8178D3) is unknown color: approx Moody Blue. HEX triplet: 81, 78 and D3. RGB value is (129,120,211). Sum of RGB (Red+Green+Blue) = 129+120+211=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 211 - color contains mainly: blue. Hex color #8178D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8178D3 is #7E872C. Grayscale: #848484. Windows color (decimal): -8292141 or 13858945. OLE color: 13858945.

HSL color Cylindrical-coordinate representation of color #8178D3: hue angle of 245.93º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8178D3 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB129120211-
CMYK0.390.4300.17
HSL245.93º50.84%64.9%-
HSV(B)245.93º43.13%82.75%-
XYZ27.5322.864.58-
YUV133.06171.98125.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.04%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 211 (82.81% from 255) = 45.87%
R=28.04%
G=26.09%
B=45.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1291202110.390.4300.17245.9350.8464.9
Hex8178D3272B011f63341
Octal201170323475302136663101
Binary10000001111100011010011100111101011010001111101101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8178D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8178D3; }

 p { color: rgb(129,120,211); }

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

<style>
 a { background-color: #8178D3; }

 a { background-color: rgb(129,120,211); }

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

<style>
 span { border-color: #8178D3; }

 span { border-color: rgb(129,120,211); }

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