Html Css Color HEX #7987AE Ship Cove

📋 copy color: '#7987AE'

red 121 ◦ green 135 ◦ blue 174

#7987AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #7987AE

Tints of Ship Cove #7987AE

RGB

 RED value IS 121 (47.66% from 255) = 28.14%

 GREEN value IS 135 (53.13% from 255) = 31.4%

 BLUE value IS 174 (68.36% from 255) = 40.47%

R = 28.14%
G = 31.4%
B = 40.47%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7987AE (or 0x7987AE) is known color: 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

RGB 121 135 174 -
CMYK 0.30 0.22 0 0.32
HSL 224.15º 0.25% 0.58% -
HSV(B) 224.15º 0.3% 0.68% -
XYZ 24.19 24.45 43.49 -
YUV 135.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 121 135 174 0.30 0.22 0 0.32 224.15 0.25 0.58
Hex 79 87 AE 1E 16 0 20 E0 19 3A
Octal 171 207 256 36 26 0 40 340 31 72
Binary 1111001 10000111 10101110 11110 10110 0 100000 11100000 11001 111010

Color Harmonies of #7987AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7987AE

Black with #7987AE

Text Example


Text Example

White with #7987AE

Text Example


Text Example

HTML Codes & Css Web 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>