#758EAA

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

Shades of Ship Cove #758EAA

Tints of Ship Cove #758EAA

Color information

#758EAA (or 0x758EAA) is unknown color: approx Ship Cove. HEX triplet: 75, 8E and AA. RGB value is (117,142,170). Sum of RGB (Red+Green+Blue) = 117+142+170=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #758EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758EAA is #8A7155. Grayscale: #898989. Windows color (decimal): -9072982 or 11177589. OLE color: 11177589.

HSL color Cylindrical-coordinate representation of color #758EAA: hue angle of 211.7º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #758EAA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117142170-
CMYK0.310.1600.33
HSL211.7º23.77%56.27%-
HSV(B)211.7º31.18%66.67%-
XYZ24.2626.0341.78-
YUV137.72146.22113.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=27.27%
G=33.10%
B=39.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171421700.310.1600.33211.723.7756.27
Hex758EAA1F10021d41838
Octal16521625237200413243070
Binary11101011000111010101010111111000001000011101010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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