#717899

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

Shades of Ship Cove #717899

Tints of Ship Cove #717899

Color information

#717899 (or 0x717899) is unknown color: approx Ship Cove. HEX triplet: 71, 78 and 99. RGB value is (113,120,153). Sum of RGB (Red+Green+Blue) = 113+120+153=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #717899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717899 is #8E8766. Grayscale: #797979. Windows color (decimal): -9340775 or 10057841. OLE color: 10057841.

HSL color Cylindrical-coordinate representation of color #717899: hue angle of 229.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717899 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB113120153-
CMYK0.260.2200.4
HSL229.5º16.39%52.16%-
HSV(B)229.5º26.14%60%-
XYZ19.2819.2432.84-
YUV121.67145.68121.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=29.27%
G=31.09%
B=39.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131201530.260.2200.4229.516.3952.16
Hex7178991A16028e61034
Octal16117023132260503462064
Binary1110001111100010011001110101011001010001110011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717899; }

 p { color: rgb(113,120,153); }

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

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

 a { background-color: rgb(113,120,153); }

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

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

 span { border-color: rgb(113,120,153); }

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