#758DA9

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

Shades of Ship Cove #758DA9

Tints of Ship Cove #758DA9

Color information

#758DA9 (or 0x758DA9) is unknown color: approx Ship Cove. HEX triplet: 75, 8D and A9. RGB value is (117,141,169). Sum of RGB (Red+Green+Blue) = 117+141+169=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 169 - color contains mainly: blue. Hex color #758DA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758DA9 is #8A7256. Grayscale: #888888. Windows color (decimal): -9073239 or 11111797. OLE color: 11111797.

HSL color Cylindrical-coordinate representation of color #758DA9: hue angle of 212.31º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #758DA9 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB117141169-
CMYK0.310.1700.34
HSL212.31º23.21%56.08%-
HSV(B)212.31º30.77%66.27%-
XYZ24.0225.741.23-
YUV137.02146.05113.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.40%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=27.40%
G=33.02%
B=39.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1171411690.310.1700.34212.3123.2156.08
Hex758DA91F11022d41738
Octal16521525137210423242770
Binary11101011000110110101001111111000101000101101010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758DA9; }

 p { color: rgb(117,141,169); }

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

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

 a { background-color: rgb(117,141,169); }

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

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

 span { border-color: rgb(117,141,169); }

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