#7071CA

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

Shades of Moody Blue #7071CA

Tints of Moody Blue #7071CA

Color information

#7071CA (or 0x7071CA) is unknown color: approx Moody Blue. HEX triplet: 70, 71 and CA. RGB value is (112,113,202). Sum of RGB (Red+Green+Blue) = 112+113+202=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #7071CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071CA is #8F8E35. Grayscale: #7A7A7A. Windows color (decimal): -9408054 or 13267312. OLE color: 13267312.

HSL color Cylindrical-coordinate representation of color #7071CA: hue angle of 239.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7071CA is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112113202-
CMYK0.450.4400.21
HSL239.33º45.92%61.57%-
HSV(B)239.33º44.55%79.22%-
XYZ23.2519.5258.42-
YUV122.85172.67120.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=26.23%
G=26.46%
B=47.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121132020.450.4400.21239.3345.9261.57
Hex7071CA2D2C015ef2e3e
Octal16016131255540253575676
Binary111000011100011100101010110110110001010111101111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7071CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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