#707FD8

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

Shades of Moody Blue #707FD8

Tints of Moody Blue #707FD8

Color information

#707FD8 (or 0x707FD8) is unknown color: approx Moody Blue. HEX triplet: 70, 7F and D8. RGB value is (112,127,216). Sum of RGB (Red+Green+Blue) = 112+127+216=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #707FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FD8 is #8F8027. Grayscale: #848484. Windows color (decimal): -9404456 or 14188400. OLE color: 14188400.

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

Color convert

RGB112127216-
CMYK0.480.4100.15
HSL231.35º57.14%64.31%-
HSV(B)231.35º48.15%84.71%-
XYZ26.6723.5868.11-
YUV132.66175.03113.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.62%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 216 (84.77% from 255) = 47.47%
R=24.62%
G=27.91%
B=47.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121272160.480.4100.15231.3557.1464.31
Hex707FD830290Fe73940
Octal160177330605101734771100
Binary111000011111111101100011000010100101111111001111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,127,216); }

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

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

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

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

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

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

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