#707BA9

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

Shades of Ship Cove #707BA9

Tints of Ship Cove #707BA9

Color information

#707BA9 (or 0x707BA9) is unknown color: approx Ship Cove. HEX triplet: 70, 7B and A9. RGB value is (112,123,169). Sum of RGB (Red+Green+Blue) = 112+123+169=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 169 - color contains mainly: blue. Hex color #707BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BA9 is #8F8456. Grayscale: #7C7C7C. Windows color (decimal): -9405527 or 11107184. OLE color: 11107184.

HSL color Cylindrical-coordinate representation of color #707BA9: hue angle of 228.42º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #707BA9 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB112123169-
CMYK0.340.2700.34
HSL228.42º24.89%55.1%-
HSV(B)228.42º33.73%66.27%-
XYZ20.9320.4840.39-
YUV124.96152.86118.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 169 (66.41% from 255) = 41.83%
R=27.72%
G=30.45%
B=41.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1121231690.340.2700.34228.4224.8955.1
Hex707BA9221B022e41937
Octal16017325142330423443167
Binary11100001111011101010011000101101101000101110010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,123,169); }

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

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

 a { background-color: rgb(112,123,169); }

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

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

 span { border-color: rgb(112,123,169); }

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