#7985AC

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

Shades of Ship Cove #7985AC

Tints of Ship Cove #7985AC

Color information

#7985AC (or 0x7985AC) is unknown color: approx Ship Cove. HEX triplet: 79, 85 and AC. RGB value is (121,133,172). Sum of RGB (Red+Green+Blue) = 121+133+172=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #7985AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7985AC is #867A53. Grayscale: #858585. Windows color (decimal): -8813140 or 11306361. OLE color: 11306361.

HSL color Cylindrical-coordinate representation of color #7985AC: hue angle of 225.88º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7985AC is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121133172-
CMYK0.300.2300.33
HSL225.88º23.5%57.45%-
HSV(B)225.88º29.65%67.45%-
XYZ23.7223.8242.38-
YUV133.86149.52118.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=28.40%
G=31.22%
B=40.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211331720.300.2300.33225.8823.557.45
Hex7985AC1E17021e21839
Octal17120525436270413423071
Binary11110011000010110101100111101011101000011110001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7985AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7985AC; }

 p { color: rgb(121,133,172); }

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

<style>
 a { background-color: #7985AC; }

 a { background-color: rgb(121,133,172); }

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

<style>
 span { border-color: #7985AC; }

 span { border-color: rgb(121,133,172); }

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