#8072CD

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

Shades of Moody Blue #8072CD

Tints of Moody Blue #8072CD

Color information

#8072CD (or 0x8072CD) is unknown color: approx Moody Blue. HEX triplet: 80, 72 and CD. RGB value is (128,114,205). Sum of RGB (Red+Green+Blue) = 128+114+205=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #8072CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072CD is #7F8D32. Grayscale: #808080. Windows color (decimal): -8359219 or 13464192. OLE color: 13464192.

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

Color convert

RGB128114205-
CMYK0.380.4400.20
HSL249.23º47.64%62.55%-
HSV(B)249.23º44.39%80.39%-
XYZ25.9421.0360.45-
YUV128.56171.14127.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=28.64%
G=25.50%
B=45.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281142050.380.4400.20249.2347.6462.55
Hex8072CD262C014f9303f
Octal20016231546540243716077
Binary1000000011100101100110110011010110001010011111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8072CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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