#7885A9

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

Shades of Ship Cove #7885A9

Tints of Ship Cove #7885A9

Color information

#7885A9 (or 0x7885A9) is unknown color: approx Ship Cove. HEX triplet: 78, 85 and A9. RGB value is (120,133,169). Sum of RGB (Red+Green+Blue) = 120+133+169=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 169 - color contains mainly: blue. Hex color #7885A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7885A9 is #877A56. Grayscale: #858585. Windows color (decimal): -8878679 or 11109752. OLE color: 11109752.

HSL color Cylindrical-coordinate representation of color #7885A9: hue angle of 224.08º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7885A9 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB120133169-
CMYK0.290.2100.34
HSL224.08º22.17%56.67%-
HSV(B)224.08º28.99%66.27%-
XYZ23.2923.6340.87-
YUV133.22148.19118.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.44%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 169 (66.41% from 255) = 40.05%
R=28.44%
G=31.52%
B=40.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1201331690.290.2100.34224.0822.1756.67
Hex7885A91D15022e01639
Octal17020525135250423402671
Binary11110001000010110101001111011010101000101110000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7885A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7885A9; }

 p { color: rgb(120,133,169); }

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

<style>
 a { background-color: #7885A9; }

 a { background-color: rgb(120,133,169); }

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

<style>
 span { border-color: #7885A9; }

 span { border-color: rgb(120,133,169); }

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