#7988AF

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

Shades of Ship Cove #7988AF

Tints of Ship Cove #7988AF

Color information

#7988AF (or 0x7988AF) is unknown color: approx Ship Cove. HEX triplet: 79, 88 and AF. RGB value is (121,136,175). Sum of RGB (Red+Green+Blue) = 121+136+175=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #7988AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7988AF is #867750. Grayscale: #878787. Windows color (decimal): -8812369 or 11503737. OLE color: 11503737.

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

Color convert

RGB121136175-
CMYK0.310.2200.31
HSL223.33º25.23%58.04%-
HSV(B)223.33º30.86%68.63%-
XYZ24.4324.7744.05-
YUV135.96150.03117.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.01%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=28.01%
G=31.48%
B=40.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211361750.310.2200.31223.3325.2358.04
Hex7988AF1F1601Fdf193a
Octal17121025737260373373172
Binary1111001100010001010111111111101100111111101111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7988AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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