#758DAD

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

Shades of Ship Cove #758DAD

Tints of Ship Cove #758DAD

Color information

#758DAD (or 0x758DAD) is unknown color: approx Ship Cove. HEX triplet: 75, 8D and AD. RGB value is (117,141,173). Sum of RGB (Red+Green+Blue) = 117+141+173=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #758DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758DAD is #8A7252. Grayscale: #898989. Windows color (decimal): -9073235 or 11373941. OLE color: 11373941.

HSL color Cylindrical-coordinate representation of color #758DAD: hue angle of 214.29º 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 #758DAD is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117141173-
CMYK0.320.1800.32
HSL214.29º25.45%56.86%-
HSV(B)214.29º32.37%67.84%-
XYZ24.425.8543.24-
YUV137.47148.05113.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=27.15%
G=32.71%
B=40.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171411730.320.1800.32214.2925.4556.86
Hex758DAD2012020d61939
Octal16521525540220403263171
Binary111010110001101101011011000001001001000001101011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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