#707DD9

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

Shades of Moody Blue #707DD9

Tints of Moody Blue #707DD9

Color information

#707DD9 (or 0x707DD9) is unknown color: approx Moody Blue. HEX triplet: 70, 7D and D9. RGB value is (112,125,217). Sum of RGB (Red+Green+Blue) = 112+125+217=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #707DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DD9 is #8F8226. Grayscale: #838383. Windows color (decimal): -9404967 or 14253424. OLE color: 14253424.

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

Color convert

RGB112125217-
CMYK0.480.4200.15
HSL232.57º58.01%64.51%-
HSV(B)232.57º48.39%85.1%-
XYZ26.5423.1268.71-
YUV131.6176.19114.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.67%
GREEN value IS 125 (49.22% from 255) = 27.53%
BLUE value IS 217 (85.16% from 255) = 47.80%
R=24.67%
G=27.53%
B=47.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121252170.480.4200.15232.5758.0164.51
Hex707DD9302A0Fe93a41
Octal160175331605201735172101
Binary111000011111011101100111000010101001111111010011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,125,217); }

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

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

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

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

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

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

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