#757FAB

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

Shades of Ship Cove #757FAB

Tints of Ship Cove #757FAB

Color information

#757FAB (or 0x757FAB) is unknown color: approx Ship Cove. HEX triplet: 75, 7F and AB. RGB value is (117,127,171). Sum of RGB (Red+Green+Blue) = 117+127+171=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #757FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757FAB is #8A8054. Grayscale: #808080. Windows color (decimal): -9076821 or 11239285. OLE color: 11239285.

HSL color Cylindrical-coordinate representation of color #757FAB: hue angle of 228.89º 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 #757FAB is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117127171-
CMYK0.320.2600.33
HSL228.89º24.32%56.47%-
HSV(B)228.89º31.58%67.06%-
XYZ22.2821.941.58-
YUV129.03151.69119.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=28.19%
G=30.60%
B=41.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171271710.320.2600.33228.8924.3256.47
Hex757FAB201A021e51838
Octal16517725340320413453070
Binary11101011111111101010111000001101001000011110010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757FAB; }

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

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

<style>
 a { background-color: #757FAB; }

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

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

<style>
 span { border-color: #757FAB; }

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

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