#707BD0

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

Shades of Moody Blue #707BD0

Tints of Moody Blue #707BD0

Color information

#707BD0 (or 0x707BD0) is unknown color: approx Moody Blue. HEX triplet: 70, 7B and D0. RGB value is (112,123,208). Sum of RGB (Red+Green+Blue) = 112+123+208=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #707BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BD0 is #8F842F. Grayscale: #818181. Windows color (decimal): -9405488 or 13663088. OLE color: 13663088.

HSL color Cylindrical-coordinate representation of color #707BD0: hue angle of 233.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #707BD0 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB112123208-
CMYK0.460.4100.18
HSL233.12º50.53%62.75%-
HSV(B)233.12º46.15%81.57%-
XYZ25.1522.1662.63-
YUV129.4172.36115.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 208 (81.64% from 255) = 46.95%
R=25.28%
G=27.77%
B=46.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1121232080.460.4100.18233.1250.5362.75
Hex707BD02E29012e9333f
Octal16017332056510223516377
Binary111000011110111101000010111010100101001011101001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,123,208); }

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

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

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

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

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

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

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