#758BB4

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

Shades of Ship Cove #758BB4

Tints of Ship Cove #758BB4

Color information

#758BB4 (or 0x758BB4) is unknown color: approx Ship Cove. HEX triplet: 75, 8B and B4. RGB value is (117,139,180). Sum of RGB (Red+Green+Blue) = 117+139+180=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #758BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BB4 is #8A744B. Grayscale: #888888. Windows color (decimal): -9073740 or 11832181. OLE color: 11832181.

HSL color Cylindrical-coordinate representation of color #758BB4: hue angle of 219.05º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #758BB4 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117139180-
CMYK0.350.2300.29
HSL219.05º29.58%58.24%-
HSV(B)219.05º35%70.59%-
XYZ24.8125.5446.8-
YUV137.1152.21113.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=26.83%
G=31.88%
B=41.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171391800.350.2300.29219.0529.5858.24
Hex758BB4231701Ddb1e3a
Octal16521326443270353333672
Binary11101011000101110110100100011101110111011101101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758BB4; }

 p { color: rgb(117,139,180); }

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

<style>
 a { background-color: #758BB4; }

 a { background-color: rgb(117,139,180); }

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

<style>
 span { border-color: #758BB4; }

 span { border-color: rgb(117,139,180); }

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