#707FAF

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

Shades of Ship Cove #707FAF

Tints of Ship Cove #707FAF

Color information

#707FAF (or 0x707FAF) is unknown color: approx Ship Cove. HEX triplet: 70, 7F and AF. RGB value is (112,127,175). Sum of RGB (Red+Green+Blue) = 112+127+175=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #707FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707FAF is #8F8050. Grayscale: #7F7F7F. Windows color (decimal): -9404497 or 11501424. OLE color: 11501424.

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

Color convert

RGB112127175-
CMYK0.360.2700.31
HSL225.71º28.25%56.27%-
HSV(B)225.71º36%68.63%-
XYZ22.0121.7243.59-
YUV127.99154.53116.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=27.05%
G=30.68%
B=42.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121271750.360.2700.31225.7128.2556.27
Hex707FAF241B01Fe21c38
Octal16017725744330373423470
Binary1110000111111110101111100100110110111111110001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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