#7070CC

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

Shades of Moody Blue #7070CC

Tints of Moody Blue #7070CC

Color information

#7070CC (or 0x7070CC) is unknown color: approx Moody Blue. HEX triplet: 70, 70 and CC. RGB value is (112,112,204). Sum of RGB (Red+Green+Blue) = 112+112+204=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #7070CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7070CC is #8F8F33. Grayscale: #7A7A7A. Windows color (decimal): -9408308 or 13398128. OLE color: 13398128.

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

Color convert

RGB112112204-
CMYK0.450.4500.2
HSL240º47.42%61.96%-
HSV(B)240º45.1%80%-
XYZ23.3819.3959.64-
YUV122.49174120.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=26.17%
G=26.17%
B=47.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121122040.450.4500.224047.4261.96
Hex7070CC2D2D014f02f3e
Octal16016031455550243605776
Binary111000011100001100110010110110110101010011110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7070CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7070CC; }

 p { color: rgb(112,112,204); }

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

<style>
 a { background-color: #7070CC; }

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

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

<style>
 span { border-color: #7070CC; }

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

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