#7990AF

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

Shades of Ship Cove #7990AF

Tints of Ship Cove #7990AF

Color information

#7990AF (or 0x7990AF) is unknown color: approx Ship Cove. HEX triplet: 79, 90 and AF. RGB value is (121,144,175). Sum of RGB (Red+Green+Blue) = 121+144+175=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #7990AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7990AF is #866F50. Grayscale: #8C8C8C. Windows color (decimal): -8810321 or 11505785. OLE color: 11505785.

HSL color Cylindrical-coordinate representation of color #7990AF: hue angle of 214.44º 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 #7990AF is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121144175-
CMYK0.310.1800.31
HSL214.44º25.23%58.04%-
HSV(B)214.44º30.86%68.63%-
XYZ25.627.1144.44-
YUV140.66147.38113.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.5%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 175 (68.75% from 255) = 39.77%
R=27.5%
G=32.73%
B=39.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211441750.310.1800.31214.4425.2358.04
Hex7990AF1F1201Fd6193a
Octal17122025737220373263172
Binary1111001100100001010111111111100100111111101011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7990AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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