#707FA3

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

Shades of Ship Cove #707FA3

Tints of Ship Cove #707FA3

Color information

#707FA3 (or 0x707FA3) is unknown color: approx Ship Cove. HEX triplet: 70, 7F and A3. RGB value is (112,127,163). Sum of RGB (Red+Green+Blue) = 112+127+163=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 163 - color contains mainly: blue. Hex color #707FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707FA3 is #8F805C. Grayscale: #7E7E7E. Windows color (decimal): -9404509 or 10714992. OLE color: 10714992.

HSL color Cylindrical-coordinate representation of color #707FA3: hue angle of 222.35º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #707FA3 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112127163-
CMYK0.310.2200.36
HSL222.35º21.7%53.92%-
HSV(B)222.35º31.29%63.92%-
XYZ20.8821.2737.65-
YUV126.62148.53117.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 163 (64.06% from 255) = 40.55%
R=27.86%
G=31.59%
B=40.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121271630.310.2200.36222.3521.753.92
Hex707FA31F16024de1636
Octal16017724337260443362666
Binary1110000111111110100011111111011001001001101111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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