#757BA4

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

Shades of Ship Cove #757BA4

Tints of Ship Cove #757BA4

Color information

#757BA4 (or 0x757BA4) is unknown color: approx Ship Cove. HEX triplet: 75, 7B and A4. RGB value is (117,123,164). Sum of RGB (Red+Green+Blue) = 117+123+164=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #757BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757BA4 is #8A845B. Grayscale: #7D7D7D. Windows color (decimal): -9077852 or 10779509. OLE color: 10779509.

HSL color Cylindrical-coordinate representation of color #757BA4: hue angle of 232.34º 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 #757BA4 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB117123164-
CMYK0.290.2500.36
HSL232.34º20.52%55.1%-
HSV(B)232.34º28.66%64.31%-
XYZ21.1220.6337.99-
YUV125.88149.51121.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 164 (64.45% from 255) = 40.59%
R=28.96%
G=30.45%
B=40.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171231640.290.2500.36232.3420.5255.1
Hex757BA41D19024e81537
Octal16517324435310443502567
Binary1110101111101110100100111011100101001001110100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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