Html Css Color HEX #7986AA Ship Cove

📋 copy color: '#7986AA'

red 121 ◦ green 134 ◦ blue 170

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

Shades of Ship Cove #7986AA

Tints of Ship Cove #7986AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.53%

 BLUE value IS 170 (66.8% from 255) = 40%

R = 28.47%
G = 31.53%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7986AA (or 0x7986AA) is known color: Ship Cove. HEX triplet: 79, 86 and AA. RGB value is (121,134,170). Sum of RGB (Red+Green+Blue) = 121+134+170=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #7986AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7986AA is #867955. Grayscale: #868686. Windows color (decimal): -8812886 or 11175545. OLE color: 11175545.

HSL color Cylindrical-coordinate representation of color #7986AA: hue angle of 224.08º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7986AA is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 134 170 -
CMYK 0.29 0.21 0 0.33
HSL 224.08º 0.22% 0.57% -
HSV(B) 224.08º 0.29% 0.67% -
XYZ 23.67 24.02 41.42 -
YUV 134.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 121 134 170 0.29 0.21 0 0.33 224.08 0.22 0.57
Hex 79 86 AA 1D 15 0 21 E0 16 39
Octal 171 206 252 35 25 0 41 340 26 71
Binary 1111001 10000110 10101010 11101 10101 0 100001 11100000 10110 111001

Color Harmonies of #7986AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7986AA

Black with #7986AA

Text Example


Text Example

White with #7986AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7986AA; }

 p { color: rgb(121,134,170); }

 H1.HeaderClassName
 {
   color: #7986AA;
 }
 .AnyTagClassName
 {
   color: #7986AA;
 }
</style>

background-color css

<style>
 a { background-color: #7986AA; }

 a { background-color: rgb(121,134,170); }

 div.DivClassName
 {
   background-color: #7986AA;
 }
 .BgClassName
 {
   background-color: #7986AA;
 }
</style>

border-color css

<style>
 span { border-color: #7986AA; }

 span { border-color: rgb(121,134,170); }

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