#757FAF

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

Shades of Ship Cove #757FAF

Tints of Ship Cove #757FAF

Color information

#757FAF (or 0x757FAF) is unknown color: approx Ship Cove. HEX triplet: 75, 7F and AF. RGB value is (117,127,175). Sum of RGB (Red+Green+Blue) = 117+127+175=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #757FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757FAF is #8A8050. Grayscale: #818181. Windows color (decimal): -9076817 or 11501429. OLE color: 11501429.

HSL color Cylindrical-coordinate representation of color #757FAF: hue angle of 229.66º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #757FAF is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117127175-
CMYK0.330.2700.31
HSL229.66º26.61%57.25%-
HSV(B)229.66º33.14%68.63%-
XYZ22.6622.0643.62-
YUV129.48153.69119.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=27.92%
G=30.31%
B=41.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171271750.330.2700.31229.6626.6157.25
Hex757FAF211B01Fe61b39
Octal16517725741330373463371
Binary1110101111111110101111100001110110111111110011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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