#707B9E

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

Shades of Ship Cove #707B9E

Tints of Ship Cove #707B9E

Color information

#707B9E (or 0x707B9E) is unknown color: approx Ship Cove. HEX triplet: 70, 7B and 9E. RGB value is (112,123,158). Sum of RGB (Red+Green+Blue) = 112+123+158=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #707B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B9E is #8F8461. Grayscale: #7B7B7B. Windows color (decimal): -9405538 or 10386288. OLE color: 10386288.

HSL color Cylindrical-coordinate representation of color #707B9E: hue angle of 225.65º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #707B9E is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112123158-
CMYK0.290.2200.38
HSL225.65º19.17%52.94%-
HSV(B)225.65º29.11%61.96%-
XYZ19.9420.0835.17-
YUV123.7147.36119.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 123 (48.44% from 255) = 31.30%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=28.50%
G=31.30%
B=40.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121231580.290.2200.38225.6519.1752.94
Hex707B9E1D16026e21335
Octal16017323635260463422365
Binary1110000111101110011110111011011001001101110001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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