#7071CD

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

Shades of Moody Blue #7071CD

Tints of Moody Blue #7071CD

Color information

#7071CD (or 0x7071CD) is unknown color: approx Moody Blue. HEX triplet: 70, 71 and CD. RGB value is (112,113,205). Sum of RGB (Red+Green+Blue) = 112+113+205=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #7071CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071CD is #8F8E32. Grayscale: #7A7A7A. Windows color (decimal): -9408051 or 13463920. OLE color: 13463920.

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

Color convert

RGB112113205-
CMYK0.450.4500.20
HSL239.35º48.19%62.16%-
HSV(B)239.35º45.37%80.39%-
XYZ23.6119.6660.31-
YUV123.19174.17120.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 205 (80.47% from 255) = 47.67%
R=26.05%
G=26.28%
B=47.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121132050.450.4500.20239.3548.1962.16
Hex7071CD2D2D014ef303e
Octal16016131555550243576076
Binary111000011100011100110110110110110101010011101111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7071CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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