#758DB0

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

Shades of Ship Cove #758DB0

Tints of Ship Cove #758DB0

Color information

#758DB0 (or 0x758DB0) is unknown color: approx Ship Cove. HEX triplet: 75, 8D and B0. RGB value is (117,141,176). Sum of RGB (Red+Green+Blue) = 117+141+176=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 176 - color contains mainly: blue. Hex color #758DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758DB0 is #8A724F. Grayscale: #898989. Windows color (decimal): -9073232 or 11570549. OLE color: 11570549.

HSL color Cylindrical-coordinate representation of color #758DB0: hue angle of 215.59º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #758DB0 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117141176-
CMYK0.340.2000.31
HSL215.59º27.19%57.45%-
HSV(B)215.59º33.52%69.02%-
XYZ24.725.9744.78-
YUV137.81149.55113.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.96%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 176 (69.14% from 255) = 40.55%
R=26.96%
G=32.49%
B=40.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171411760.340.2000.31215.5927.1957.45
Hex758DB0221401Fd81b39
Octal16521526042240373303371
Binary11101011000110110110000100010101000111111101100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,141,176); }

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

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

 a { background-color: rgb(117,141,176); }

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

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

 span { border-color: rgb(117,141,176); }

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