#707A9F

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

Shades of Ship Cove #707A9F

Tints of Ship Cove #707A9F

Color information

#707A9F (or 0x707A9F) is unknown color: approx Ship Cove. HEX triplet: 70, 7A and 9F. RGB value is (112,122,159). Sum of RGB (Red+Green+Blue) = 112+122+159=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #707A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A9F is #8F8560. Grayscale: #7B7B7B. Windows color (decimal): -9405793 or 10451568. OLE color: 10451568.

HSL color Cylindrical-coordinate representation of color #707A9F: hue angle of 227.23º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707A9F is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112122159-
CMYK0.300.2300.38
HSL227.23º19.67%53.14%-
HSV(B)227.23º29.56%62.35%-
XYZ19.919.8735.59-
YUV123.23148.19119.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=28.50%
G=31.04%
B=40.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121221590.300.2300.38227.2319.6753.14
Hex707A9F1E17026e31435
Octal16017223736270463432465
Binary1110000111101010011111111101011101001101110001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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