#717B9B

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

Shades of Ship Cove #717B9B

Tints of Ship Cove #717B9B

Color information

#717B9B (or 0x717B9B) is unknown color: approx Ship Cove. HEX triplet: 71, 7B and 9B. RGB value is (113,123,155). Sum of RGB (Red+Green+Blue) = 113+123+155=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #717B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B9B is #8E8464. Grayscale: #7B7B7B. Windows color (decimal): -9340005 or 10189681. OLE color: 10189681.

HSL color Cylindrical-coordinate representation of color #717B9B: hue angle of 225.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #717B9B is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB113123155-
CMYK0.270.2100.39
HSL225.71º17.36%52.55%-
HSV(B)225.71º27.1%60.78%-
XYZ19.8120.0433.84-
YUV123.66145.69120.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=28.90%
G=31.46%
B=39.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131231550.270.2100.39225.7117.3652.55
Hex717B9B1B15027e21135
Octal16117323333250473422165
Binary1110001111101110011011110111010101001111110001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717B9B; }

 p { color: rgb(113,123,155); }

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

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

 a { background-color: rgb(113,123,155); }

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

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

 span { border-color: rgb(113,123,155); }

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