#758BAA

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

Shades of Ship Cove #758BAA

Tints of Ship Cove #758BAA

Color information

#758BAA (or 0x758BAA) is unknown color: approx Ship Cove. HEX triplet: 75, 8B and AA. RGB value is (117,139,170). Sum of RGB (Red+Green+Blue) = 117+139+170=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #758BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BAA is #8A7455. Grayscale: #878787. Windows color (decimal): -9073750 or 11176821. OLE color: 11176821.

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

Color convert

RGB117139170-
CMYK0.310.1800.33
HSL215.09º23.77%56.27%-
HSV(B)215.09º31.18%66.67%-
XYZ23.8225.1541.63-
YUV135.96147.21114.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=27.46%
G=32.63%
B=39.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171391700.310.1800.33215.0923.7756.27
Hex758BAA1F12021d71838
Octal16521325237220413273070
Binary11101011000101110101010111111001001000011101011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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