#707FAE

Color #707FAE Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #707FAE

Tints of Ship Cove #707FAE

Color information

#707FAE (or 0x707FAE) is unknown color: approx Ship Cove. HEX triplet: 70, 7F and AE. RGB value is (112,127,174). Sum of RGB (Red+Green+Blue) = 112+127+174=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #707FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707FAE is #8F8051. Grayscale: #7F7F7F. Windows color (decimal): -9404498 or 11435888. OLE color: 11435888.

HSL color Cylindrical-coordinate representation of color #707FAE: hue angle of 225.48º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #707FAE is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112127174-
CMYK0.360.2700.32
HSL225.48º27.68%56.08%-
HSV(B)225.48º35.63%68.24%-
XYZ21.9121.6843.07-
YUV127.87154.03116.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 127 (50% from 255) = 30.75%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=27.12%
G=30.75%
B=42.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121271740.360.2700.32225.4827.6856.08
Hex707FAE241B020e11c38
Octal16017725644330403413470
Binary11100001111111101011101001001101101000001110000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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