#758EAF

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

Shades of Ship Cove #758EAF

Tints of Ship Cove #758EAF

Color information

#758EAF (or 0x758EAF) is unknown color: approx Ship Cove. HEX triplet: 75, 8E and AF. RGB value is (117,142,175). Sum of RGB (Red+Green+Blue) = 117+142+175=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #758EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758EAF is #8A7150. Grayscale: #8A8A8A. Windows color (decimal): -9072977 or 11505269. OLE color: 11505269.

HSL color Cylindrical-coordinate representation of color #758EAF: hue angle of 214.14º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #758EAF is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117142175-
CMYK0.330.1900.31
HSL214.14º26.61%57.25%-
HSV(B)214.14º33.14%68.63%-
XYZ24.7526.2244.31-
YUV138.29148.72112.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.96%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=26.96%
G=32.72%
B=40.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171421750.330.1900.31214.1426.6157.25
Hex758EAF211301Fd61b39
Octal16521625741230373263371
Binary11101011000111010101111100001100110111111101011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,142,175); }

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

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

 a { background-color: rgb(117,142,175); }

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

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

 span { border-color: rgb(117,142,175); }

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