#758FAD

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

Shades of Ship Cove #758FAD

Tints of Ship Cove #758FAD

Color information

#758FAD (or 0x758FAD) is unknown color: approx Ship Cove. HEX triplet: 75, 8F and AD. RGB value is (117,143,173). Sum of RGB (Red+Green+Blue) = 117+143+173=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #758FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758FAD is #8A7052. Grayscale: #8A8A8A. Windows color (decimal): -9072723 or 11374453. OLE color: 11374453.

HSL color Cylindrical-coordinate representation of color #758FAD: hue angle of 212.14º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #758FAD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117143173-
CMYK0.320.1700.32
HSL212.14º25.45%56.86%-
HSV(B)212.14º32.37%67.84%-
XYZ24.726.4443.34-
YUV138.65147.39112.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=27.02%
G=33.03%
B=39.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171431730.320.1700.32212.1425.4556.86
Hex758FAD2011020d41939
Octal16521725540210403243171
Binary111010110001111101011011000001000101000001101010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,143,173); }

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

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

 a { background-color: rgb(117,143,173); }

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

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

 span { border-color: rgb(117,143,173); }

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