#757AA1

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

Shades of Ship Cove #757AA1

Tints of Ship Cove #757AA1

Color information

#757AA1 (or 0x757AA1) is unknown color: approx Ship Cove. HEX triplet: 75, 7A and A1. RGB value is (117,122,161). Sum of RGB (Red+Green+Blue) = 117+122+161=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 161 - color contains mainly: blue. Hex color #757AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757AA1 is #8A855E. Grayscale: #7C7C7C. Windows color (decimal): -9078111 or 10582645. OLE color: 10582645.

HSL color Cylindrical-coordinate representation of color #757AA1: hue angle of 233.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #757AA1 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB117122161-
CMYK0.270.2400.37
HSL233.18º18.97%54.51%-
HSV(B)233.18º27.33%63.14%-
XYZ20.7320.2736.54-
YUV124.95148.34122.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 161 (63.28% from 255) = 40.25%
R=29.25%
G=30.5%
B=40.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171221610.270.2400.37233.1818.9754.51
Hex757AA11B18025e91337
Octal16517224133300453512367
Binary1110101111101010100001110111100001001011110100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,122,161); }

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

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

 a { background-color: rgb(117,122,161); }

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

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

 span { border-color: rgb(117,122,161); }

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