#7885AD

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

Shades of Ship Cove #7885AD

Tints of Ship Cove #7885AD

Color information

#7885AD (or 0x7885AD) is unknown color: approx Ship Cove. HEX triplet: 78, 85 and AD. RGB value is (120,133,173). Sum of RGB (Red+Green+Blue) = 120+133+173=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #7885AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7885AD is #877A52. Grayscale: #858585. Windows color (decimal): -8878675 or 11371896. OLE color: 11371896.

HSL color Cylindrical-coordinate representation of color #7885AD: hue angle of 225.28º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7885AD is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120133173-
CMYK0.310.2300.32
HSL225.28º24.42%57.45%-
HSV(B)225.28º30.64%67.84%-
XYZ23.6823.7942.88-
YUV133.67150.19118.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.17%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=28.17%
G=31.22%
B=40.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201331730.310.2300.32225.2824.4257.45
Hex7885AD1F17020e11839
Octal17020525537270403413071
Binary11110001000010110101101111111011101000001110000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7885AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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