#708AB5

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

Shades of Ship Cove #708AB5

Tints of Ship Cove #708AB5

Color information

#708AB5 (or 0x708AB5) is unknown color: approx Ship Cove. HEX triplet: 70, 8A and B5. RGB value is (112,138,181). Sum of RGB (Red+Green+Blue) = 112+138+181=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #708AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AB5 is #8F754A. Grayscale: #868686. Windows color (decimal): -9401675 or 11897456. OLE color: 11897456.

HSL color Cylindrical-coordinate representation of color #708AB5: hue angle of 217.39º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708AB5 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112138181-
CMYK0.380.2400.29
HSL217.39º31.8%57.45%-
HSV(B)217.39º38.12%70.98%-
XYZ24.1124.9647.26-
YUV135.13153.89111.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 181 (71.09% from 255) = 42.00%
R=25.99%
G=32.02%
B=42.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121381810.380.2400.29217.3931.857.45
Hex708AB5261801Dd92039
Octal16021226546300353314071
Binary111000010001010101101011001101100001110111011001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708AB5; }

 p { color: rgb(112,138,181); }

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

<style>
 a { background-color: #708AB5; }

 a { background-color: rgb(112,138,181); }

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

<style>
 span { border-color: #708AB5; }

 span { border-color: rgb(112,138,181); }

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