#758FB5

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

Shades of Ship Cove #758FB5

Tints of Ship Cove #758FB5

Color information

#758FB5 (or 0x758FB5) is unknown color: approx Ship Cove. HEX triplet: 75, 8F and B5. RGB value is (117,143,181). Sum of RGB (Red+Green+Blue) = 117+143+181=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #758FB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FB5 is #8A704A. Grayscale: #8B8B8B. Windows color (decimal): -9072715 or 11898741. OLE color: 11898741.

HSL color Cylindrical-coordinate representation of color #758FB5: hue angle of 215.62º 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 #758FB5 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117143181-
CMYK0.350.2100.29
HSL215.62º30.19%58.43%-
HSV(B)215.62º35.36%70.98%-
XYZ25.526.7647.54-
YUV139.56151.39111.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 181 (71.09% from 255) = 41.04%
R=26.53%
G=32.43%
B=41.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171431810.350.2100.29215.6230.1958.43
Hex758FB5231501Dd81e3a
Octal16521726543250353303672
Binary11101011000111110110101100011101010111011101100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,143,181); }

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

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

 a { background-color: rgb(117,143,181); }

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

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

 span { border-color: rgb(117,143,181); }

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