#758DB3

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

Shades of Ship Cove #758DB3

Tints of Ship Cove #758DB3

Color information

#758DB3 (or 0x758DB3) is unknown color: approx Ship Cove. HEX triplet: 75, 8D and B3. RGB value is (117,141,179). Sum of RGB (Red+Green+Blue) = 117+141+179=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 179 - color contains mainly: blue. Hex color #758DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DB3 is #8A724C. Grayscale: #898989. Windows color (decimal): -9073229 or 11767157. OLE color: 11767157.

HSL color Cylindrical-coordinate representation of color #758DB3: hue angle of 216.77º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #758DB3 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB117141179-
CMYK0.350.2100.30
HSL216.77º28.97%58.04%-
HSV(B)216.77º34.64%70.2%-
XYZ2526.0946.37-
YUV138.16151.05112.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 141 (55.47% from 255) = 32.27%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=26.77%
G=32.27%
B=40.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171411790.350.2100.30216.7728.9758.04
Hex758DB3231501Ed91d3a
Octal16521526343250363313572
Binary11101011000110110110011100011101010111101101100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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