#758BAB

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

Shades of Ship Cove #758BAB

Tints of Ship Cove #758BAB

Color information

#758BAB (or 0x758BAB) is unknown color: approx Ship Cove. HEX triplet: 75, 8B and AB. RGB value is (117,139,171). Sum of RGB (Red+Green+Blue) = 117+139+171=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #758BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BAB is #8A7454. Grayscale: #878787. Windows color (decimal): -9073749 or 11242357. OLE color: 11242357.

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

Color convert

RGB117139171-
CMYK0.320.1900.33
HSL215.56º24.32%56.47%-
HSV(B)215.56º31.58%67.06%-
XYZ23.9225.1942.13-
YUV136.07147.71114.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.40%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=27.40%
G=32.55%
B=40.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171391710.320.1900.33215.5624.3256.47
Hex758BAB2013021d81838
Octal16521325340230413303070
Binary111010110001011101010111000001001101000011101100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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