#707ACF

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

Shades of Moody Blue #707ACF

Tints of Moody Blue #707ACF

Color information

#707ACF (or 0x707ACF) is unknown color: approx Moody Blue. HEX triplet: 70, 7A and CF. RGB value is (112,122,207). Sum of RGB (Red+Green+Blue) = 112+122+207=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #707ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ACF is #8F8530. Grayscale: #808080. Windows color (decimal): -9405745 or 13597296. OLE color: 13597296.

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

Color convert

RGB112122207-
CMYK0.460.4100.19
HSL233.68º49.74%62.55%-
HSV(B)233.68º45.89%81.18%-
XYZ24.921.8761.94-
YUV128.7172.19116.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=25.40%
G=27.66%
B=46.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121222070.460.4100.19233.6849.7462.55
Hex707ACF2E29013ea323f
Octal16017231756510233526277
Binary111000011110101100111110111010100101001111101010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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