#7071CB

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

Shades of Moody Blue #7071CB

Tints of Moody Blue #7071CB

Color information

#7071CB (or 0x7071CB) is unknown color: approx Moody Blue. HEX triplet: 70, 71 and CB. RGB value is (112,113,203). Sum of RGB (Red+Green+Blue) = 112+113+203=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #7071CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071CB is #8F8E34. Grayscale: #7A7A7A. Windows color (decimal): -9408053 or 13332848. OLE color: 13332848.

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

Color convert

RGB112113203-
CMYK0.450.4400.20
HSL239.34º46.67%61.76%-
HSV(B)239.34º44.83%79.61%-
XYZ23.3719.5759.05-
YUV122.96173.17120.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 203 (79.69% from 255) = 47.43%
R=26.17%
G=26.40%
B=47.43%

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
Decimal1121132030.450.4400.20239.3446.6761.76
Hex7071CB2D2C014ef2f3e
Octal16016131355540243575776
Binary111000011100011100101110110110110001010011101111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7071CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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