#8078D3

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

Shades of Moody Blue #8078D3

Tints of Moody Blue #8078D3

Color information

#8078D3 (or 0x8078D3) is unknown color: approx Moody Blue. HEX triplet: 80, 78 and D3. RGB value is (128,120,211). Sum of RGB (Red+Green+Blue) = 128+120+211=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #8078D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078D3 is #7F872C. Grayscale: #848484. Windows color (decimal): -8357677 or 13858944. OLE color: 13858944.

HSL color Cylindrical-coordinate representation of color #8078D3: hue angle of 245.27º 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 #8078D3 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB128120211-
CMYK0.390.4300.17
HSL245.27º50.84%64.9%-
HSV(B)245.27º43.13%82.75%-
XYZ27.3822.7364.57-
YUV132.77172.15124.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 211 (82.81% from 255) = 45.97%
R=27.89%
G=26.14%
B=45.97%

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
Decimal1281202110.390.4300.17245.2750.8464.9
Hex8078D3272B011f53341
Octal200170323475302136563101
Binary10000000111100011010011100111101011010001111101011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8078D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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