#7985AF

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

Shades of Ship Cove #7985AF

Tints of Ship Cove #7985AF

Color information

#7985AF (or 0x7985AF) is unknown color: approx Ship Cove. HEX triplet: 79, 85 and AF. RGB value is (121,133,175). Sum of RGB (Red+Green+Blue) = 121+133+175=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #7985AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7985AF is #867A50. Grayscale: #868686. Windows color (decimal): -8813137 or 11502969. OLE color: 11502969.

HSL color Cylindrical-coordinate representation of color #7985AF: hue angle of 226.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7985AF is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121133175-
CMYK0.310.2400.31
HSL226.67º25.23%58.04%-
HSV(B)226.67º30.86%68.63%-
XYZ24.0123.9443.91-
YUV134.2151.02118.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.21%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=28.21%
G=31.00%
B=40.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211331750.310.2400.31226.6725.2358.04
Hex7985AF1F1801Fe3193a
Octal17120525737300373433172
Binary1111001100001011010111111111110000111111110001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7985AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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