#8071CD

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

Shades of Moody Blue #8071CD

Tints of Moody Blue #8071CD

Color information

#8071CD (or 0x8071CD) is unknown color: approx Moody Blue. HEX triplet: 80, 71 and CD. RGB value is (128,113,205). Sum of RGB (Red+Green+Blue) = 128+113+205=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #8071CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8071CD is #7F8E32. Grayscale: #7F7F7F. Windows color (decimal): -8359475 or 13463936. OLE color: 13463936.

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

Color convert

RGB128113205-
CMYK0.380.4500.20
HSL249.78º47.92%62.35%-
HSV(B)249.78º44.88%80.39%-
XYZ25.8320.8160.41-
YUV127.97171.47128.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.70%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=28.70%
G=25.34%
B=45.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281132050.380.4500.20249.7847.9262.35
Hex8071CD262D014fa303e
Octal20016131546550243726076
Binary1000000011100011100110110011010110101010011111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8071CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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