#71789F

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

Shades of Ship Cove #71789F

Tints of Ship Cove #71789F

Color information

#71789F (or 0x71789F) is unknown color: approx Ship Cove. HEX triplet: 71, 78 and 9F. RGB value is (113,120,159). Sum of RGB (Red+Green+Blue) = 113+120+159=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #71789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71789F is #8E8760. Grayscale: #7A7A7A. Windows color (decimal): -9340769 or 10451057. OLE color: 10451057.

HSL color Cylindrical-coordinate representation of color #71789F: hue angle of 230.87º 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 #71789F is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB113120159-
CMYK0.290.2500.38
HSL230.87º19.33%53.33%-
HSV(B)230.87º28.93%62.35%-
XYZ19.7819.4535.51-
YUV122.35148.68121.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=28.83%
G=30.61%
B=40.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131201590.290.2500.38230.8719.3353.33
Hex71789F1D19026e71335
Octal16117023735310463472365
Binary1110001111100010011111111011100101001101110011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71789F; }

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

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

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

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

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

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

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

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