#7987AE

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

Shades of Ship Cove #7987AE

Tints of Ship Cove #7987AE

Color information

#7987AE (or 0x7987AE) is unknown color: approx Ship Cove. HEX triplet: 79, 87 and AE. RGB value is (121,135,174). Sum of RGB (Red+Green+Blue) = 121+135+174=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #7987AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7987AE is #867851. Grayscale: #878787. Windows color (decimal): -8812626 or 11437945. OLE color: 11437945.

HSL color Cylindrical-coordinate representation of color #7987AE: hue angle of 224.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7987AE is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121135174-
CMYK0.300.2200.32
HSL224.15º24.65%57.84%-
HSV(B)224.15º30.46%68.24%-
XYZ24.1924.4543.49-
YUV135.26149.86117.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.14%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=28.14%
G=31.40%
B=40.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211351740.300.2200.32224.1524.6557.84
Hex7987AE1E16020e0193a
Octal17120725636260403403172
Binary11110011000011110101110111101011001000001110000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7987AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7987AE; }

 p { color: rgb(121,135,174); }

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

<style>
 a { background-color: #7987AE; }

 a { background-color: rgb(121,135,174); }

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

<style>
 span { border-color: #7987AE; }

 span { border-color: rgb(121,135,174); }

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