#758AAC

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

Shades of Ship Cove #758AAC

Tints of Ship Cove #758AAC

Color information

#758AAC (or 0x758AAC) is unknown color: approx Ship Cove. HEX triplet: 75, 8A and AC. RGB value is (117,138,172). Sum of RGB (Red+Green+Blue) = 117+138+172=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #758AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AAC is #8A7553. Grayscale: #878787. Windows color (decimal): -9074004 or 11307637. OLE color: 11307637.

HSL color Cylindrical-coordinate representation of color #758AAC: hue angle of 217.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #758AAC is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117138172-
CMYK0.320.2000.33
HSL217.09º24.89%56.67%-
HSV(B)217.09º31.98%67.45%-
XYZ23.8724.9442.58-
YUV135.6148.54114.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.40%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=27.40%
G=32.32%
B=40.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171381720.320.2000.33217.0924.8956.67
Hex758AAC2014021d91939
Octal16521225440240413313171
Binary111010110001010101011001000001010001000011101100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,138,172); }

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

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

 a { background-color: rgb(117,138,172); }

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

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

 span { border-color: rgb(117,138,172); }

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