#8077CD

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

Shades of Moody Blue #8077CD

Tints of Moody Blue #8077CD

Color information

#8077CD (or 0x8077CD) is unknown color: approx Moody Blue. HEX triplet: 80, 77 and CD. RGB value is (128,119,205). Sum of RGB (Red+Green+Blue) = 128+119+205=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #8077CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077CD is #7F8832. Grayscale: #838383. Windows color (decimal): -8357939 or 13465472. OLE color: 13465472.

HSL color Cylindrical-coordinate representation of color #8077CD: hue angle of 246.28º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8077CD is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128119205-
CMYK0.380.4200.20
HSL246.28º46.24%63.53%-
HSV(B)246.28º41.95%80.39%-
XYZ26.5222.1960.64-
YUV131.5169.48125.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.32%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=28.32%
G=26.33%
B=45.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281192050.380.4200.20246.2846.2463.53
Hex8077CD262A014f62e40
Octal200167315465202436656100
Binary10000000111011111001101100110101010010100111101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8077CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8077CD; }

 p { color: rgb(128,119,205); }

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

<style>
 a { background-color: #8077CD; }

 a { background-color: rgb(128,119,205); }

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

<style>
 span { border-color: #8077CD; }

 span { border-color: rgb(128,119,205); }

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