#7072CD

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

Shades of Moody Blue #7072CD

Tints of Moody Blue #7072CD

Color information

#7072CD (or 0x7072CD) is unknown color: approx Moody Blue. HEX triplet: 70, 72 and CD. RGB value is (112,114,205). Sum of RGB (Red+Green+Blue) = 112+114+205=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #7072CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7072CD is #8F8D32. Grayscale: #7B7B7B. Windows color (decimal): -9407795 or 13464176. OLE color: 13464176.

HSL color Cylindrical-coordinate representation of color #7072CD: hue angle of 238.71º 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 #7072CD is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112114205-
CMYK0.450.4400.20
HSL238.71º48.19%62.16%-
HSV(B)238.71º45.37%80.39%-
XYZ23.7219.8960.35-
YUV123.78173.84119.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=25.99%
G=26.45%
B=47.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121142050.450.4400.20238.7148.1962.16
Hex7072CD2D2C014ef303e
Octal16016231555540243576076
Binary111000011100101100110110110110110001010011101111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7072CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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