#757AA7

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

Shades of Ship Cove #757AA7

Tints of Ship Cove #757AA7

Color information

#757AA7 (or 0x757AA7) is unknown color: approx Ship Cove. HEX triplet: 75, 7A and A7. RGB value is (117,122,167). Sum of RGB (Red+Green+Blue) = 117+122+167=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 167 - color contains mainly: blue. Hex color #757AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757AA7 is #8A8558. Grayscale: #7D7D7D. Windows color (decimal): -9078105 or 10975861. OLE color: 10975861.

HSL color Cylindrical-coordinate representation of color #757AA7: hue angle of 234º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757AA7 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB117122167-
CMYK0.300.2700.35
HSL234º22.12%55.69%-
HSV(B)234º29.94%65.49%-
XYZ21.2720.4939.39-
YUV125.63151.34121.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 167 (65.62% from 255) = 41.13%
R=28.82%
G=30.05%
B=41.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171221670.300.2700.3523422.1255.69
Hex757AA71E1B023ea1638
Octal16517224736330433522670
Binary1110101111101010100111111101101101000111110101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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