#757D99

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

Shades of Ship Cove #757D99

Tints of Ship Cove #757D99

Color information

#757D99 (or 0x757D99) is unknown color: approx Ship Cove. HEX triplet: 75, 7D and 99. RGB value is (117,125,153). Sum of RGB (Red+Green+Blue) = 117+125+153=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #757D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D99 is #8A8266. Grayscale: #7D7D7D. Windows color (decimal): -9077351 or 10059125. OLE color: 10059125.

HSL color Cylindrical-coordinate representation of color #757D99: hue angle of 226.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #757D99 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB117125153-
CMYK0.240.1800.4
HSL226.67º15%52.94%-
HSV(B)226.67º23.53%60%-
XYZ20.4220.7533.07-
YUV125.8143.35121.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=29.62%
G=31.65%
B=38.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171251530.240.1800.4226.671552.94
Hex757D991812028e3f35
Octal16517523130220503431765
Binary111010111111011001100111000100100101000111000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757D99; }

 p { color: rgb(117,125,153); }

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

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

 a { background-color: rgb(117,125,153); }

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

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

 span { border-color: rgb(117,125,153); }

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