#707ADA

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

Shades of Moody Blue #707ADA

Tints of Moody Blue #707ADA

Color information

#707ADA (or 0x707ADA) is unknown color: approx Moody Blue. HEX triplet: 70, 7A and DA. RGB value is (112,122,218). Sum of RGB (Red+Green+Blue) = 112+122+218=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #707ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ADA is #8F8525. Grayscale: #818181. Windows color (decimal): -9405734 or 14318192. OLE color: 14318192.

HSL color Cylindrical-coordinate representation of color #707ADA: hue angle of 234.34º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707ADA is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112122218-
CMYK0.490.4400.15
HSL234.34º58.89%64.71%-
HSV(B)234.34º48.62%85.49%-
XYZ26.322.4369.27-
YUV129.95177.69115.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.78%
GREEN value IS 122 (48.05% from 255) = 26.99%
BLUE value IS 218 (85.55% from 255) = 48.23%
R=24.78%
G=26.99%
B=48.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121222180.490.4400.15234.3458.8964.71
Hex707ADA312C0Fea3b41
Octal160172332615401735273101
Binary111000011110101101101011000110110001111111010101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707ADA; }

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

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

<style>
 a { background-color: #707ADA; }

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

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

<style>
 span { border-color: #707ADA; }

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

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