#7A70CD

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

Shades of Moody Blue #7A70CD

Tints of Moody Blue #7A70CD

Color information

#7A70CD (or 0x7A70CD) is unknown color: approx Moody Blue. HEX triplet: 7A, 70 and CD. RGB value is (122,112,205). Sum of RGB (Red+Green+Blue) = 122+112+205=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A70CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A70CD is #858F32. Grayscale: #7D7D7D. Windows color (decimal): -8752947 or 13463674. OLE color: 13463674.

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

Color convert

RGB122112205-
CMYK0.400.4500.20
HSL246.45º48.19%62.16%-
HSV(B)246.45º45.37%80.39%-
XYZ24.8420.1360.33-
YUV125.59172.81125.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.79%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 205 (80.47% from 255) = 46.70%
R=27.79%
G=25.51%
B=46.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1221122050.400.4500.20246.4548.1962.16
Hex7A70CD282D014f6303e
Octal17216031550550243666076
Binary111101011100001100110110100010110101010011110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A70CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A70CD; }

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

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

<style>
 a { background-color: #7A70CD; }

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

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

<style>
 span { border-color: #7A70CD; }

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

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