#758AA8

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

Shades of Ship Cove #758AA8

Tints of Ship Cove #758AA8

Color information

#758AA8 (or 0x758AA8) is unknown color: approx Ship Cove. HEX triplet: 75, 8A and A8. RGB value is (117,138,168). Sum of RGB (Red+Green+Blue) = 117+138+168=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 168 - color contains mainly: blue. Hex color #758AA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AA8 is #8A7557. Grayscale: #878787. Windows color (decimal): -9074008 or 11045493. OLE color: 11045493.

HSL color Cylindrical-coordinate representation of color #758AA8: hue angle of 215.29º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #758AA8 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB117138168-
CMYK0.300.1800.34
HSL215.29º22.67%55.88%-
HSV(B)215.29º30.36%65.88%-
XYZ23.4924.7940.59-
YUV135.14146.54115.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 168 (66.02% from 255) = 39.72%
R=27.66%
G=32.62%
B=39.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1171381680.300.1800.34215.2922.6755.88
Hex758AA81E12022d71738
Octal16521225036220423272770
Binary11101011000101010101000111101001001000101101011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,138,168); }

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

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

 a { background-color: rgb(117,138,168); }

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

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

 span { border-color: rgb(117,138,168); }

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