Html Css Color HEX #7986AB Ship Cove

📋 copy color: '#7986AB'

red 121 ◦ green 134 ◦ blue 171

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

Shades of Ship Cove #7986AB

Tints of Ship Cove #7986AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.14%

R = 28.4%
G = 31.46%
B = 40.14%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7986AB (or 0x7986AB) is known color: Ship Cove. HEX triplet: 79, 86 and AB. RGB value is (121,134,171). Sum of RGB (Red+Green+Blue) = 121+134+171=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #7986AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7986AB is #867954. Grayscale: #868686. Windows color (decimal): -8812885 or 11241081. OLE color: 11241081.

HSL color Cylindrical-coordinate representation of color #7986AB: hue angle of 224.4º degrees, saturation: 0.23, 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 #7986AB is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 134 171 -
CMYK 0.29 0.22 0 0.33
HSL 224.4º 0.23% 0.57% -
HSV(B) 224.4º 0.29% 0.67% -
XYZ 23.76 24.06 41.92 -
YUV 134.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 121 134 171 0.29 0.22 0 0.33 224.4 0.23 0.57
Hex 79 86 AB 1D 16 0 21 E0 17 39
Octal 171 206 253 35 26 0 41 340 27 71
Binary 1111001 10000110 10101011 11101 10110 0 100001 11100000 10111 111001

Color Harmonies of #7986AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7986AB

Black with #7986AB

Text Example


Text Example

White with #7986AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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