#758EB3

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

Shades of Ship Cove #758EB3

Tints of Ship Cove #758EB3

Color information

#758EB3 (or 0x758EB3) is unknown color: approx Ship Cove. HEX triplet: 75, 8E and B3. RGB value is (117,142,179). Sum of RGB (Red+Green+Blue) = 117+142+179=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #758EB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EB3 is #8A714C. Grayscale: #8A8A8A. Windows color (decimal): -9072973 or 11767413. OLE color: 11767413.

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

Color convert

RGB117142179-
CMYK0.350.2100.30
HSL215.81º28.97%58.04%-
HSV(B)215.81º34.64%70.2%-
XYZ25.1526.3846.41-
YUV138.74150.72112.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.71%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 179 (70.31% from 255) = 40.87%
R=26.71%
G=32.42%
B=40.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171421790.350.2100.30215.8128.9758.04
Hex758EB3231501Ed81d3a
Octal16521626343250363303572
Binary11101011000111010110011100011101010111101101100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,142,179); }

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

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

 a { background-color: rgb(117,142,179); }

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

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

 span { border-color: rgb(117,142,179); }

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