#707ACE

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

Shades of Moody Blue #707ACE

Tints of Moody Blue #707ACE

Color information

#707ACE (or 0x707ACE) is unknown color: approx Moody Blue. HEX triplet: 70, 7A and CE. RGB value is (112,122,206). Sum of RGB (Red+Green+Blue) = 112+122+206=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #707ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ACE is #8F8531. Grayscale: #808080. Windows color (decimal): -9405746 or 13531760. OLE color: 13531760.

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

Color convert

RGB112122206-
CMYK0.460.4100.19
HSL233.62º48.96%62.35%-
HSV(B)233.62º45.63%80.78%-
XYZ24.7821.8261.3-
YUV128.59171.69116.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.45%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 206 (80.86% from 255) = 46.82%
R=25.45%
G=27.73%
B=46.82%

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
Decimal1121222060.460.4100.19233.6248.9662.35
Hex707ACE2E29013ea313e
Octal16017231656510233526176
Binary111000011110101100111010111010100101001111101010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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