#707FAD

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

Shades of Ship Cove #707FAD

Tints of Ship Cove #707FAD

Color information

#707FAD (or 0x707FAD) is unknown color: approx Ship Cove. HEX triplet: 70, 7F and AD. RGB value is (112,127,173). Sum of RGB (Red+Green+Blue) = 112+127+173=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #707FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707FAD is #8F8052. Grayscale: #7F7F7F. Windows color (decimal): -9404499 or 11370352. OLE color: 11370352.

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

Color convert

RGB112127173-
CMYK0.350.2700.32
HSL225.25º27.11%55.88%-
HSV(B)225.25º35.26%67.84%-
XYZ21.8121.6442.56-
YUV127.76153.53116.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.18%
GREEN value IS 127 (50% from 255) = 30.83%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=27.18%
G=30.83%
B=41.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121271730.350.2700.32225.2527.1155.88
Hex707FAD231B020e11b38
Octal16017725543330403413370
Binary11100001111111101011011000111101101000001110000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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