#757BAA

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

Shades of Ship Cove #757BAA

Tints of Ship Cove #757BAA

Color information

#757BAA (or 0x757BAA) is unknown color: approx Ship Cove. HEX triplet: 75, 7B and AA. RGB value is (117,123,170). Sum of RGB (Red+Green+Blue) = 117+123+170=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #757BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757BAA is #8A8455. Grayscale: #7E7E7E. Windows color (decimal): -9077846 or 11172725. OLE color: 11172725.

HSL color Cylindrical-coordinate representation of color #757BAA: hue angle of 233.21º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757BAA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117123170-
CMYK0.310.2800.33
HSL233.21º23.77%56.27%-
HSV(B)233.21º31.18%66.67%-
XYZ21.6720.8540.91-
YUV126.56152.51121.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.54%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=28.54%
G=30%
B=41.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171231700.310.2800.33233.2123.7756.27
Hex757BAA1F1C021e91838
Octal16517325237340413513070
Binary1110101111101110101010111111110001000011110100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,123,170); }

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

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

 a { background-color: rgb(117,123,170); }

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

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

 span { border-color: rgb(117,123,170); }

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