#757AA4

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

Shades of Ship Cove #757AA4

Tints of Ship Cove #757AA4

Color information

#757AA4 (or 0x757AA4) is unknown color: approx Ship Cove. HEX triplet: 75, 7A and A4. RGB value is (117,122,164). Sum of RGB (Red+Green+Blue) = 117+122+164=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #757AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757AA4 is #8A855B. Grayscale: #7D7D7D. Windows color (decimal): -9078108 or 10779253. OLE color: 10779253.

HSL color Cylindrical-coordinate representation of color #757AA4: hue angle of 233.62º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #757AA4 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB117122164-
CMYK0.290.2600.36
HSL233.62º20.52%55.1%-
HSV(B)233.62º28.66%64.31%-
XYZ2120.3837.95-
YUV125.29149.84122.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=29.03%
G=30.27%
B=40.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171221640.290.2600.36233.6220.5255.1
Hex757AA41D1A024ea1537
Octal16517224435320443522567
Binary1110101111101010100100111011101001001001110101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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