Html Css Color HEX #7981AB Ship Cove

📋 copy color: '#7981AB'

red 121 ◦ green 129 ◦ blue 171

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

Shades of Ship Cove #7981AB

Tints of Ship Cove #7981AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.64%

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

R = 28.74%
G = 30.64%
B = 40.62%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7981AB (or 0x7981AB) is known color: Ship Cove. HEX triplet: 79, 81 and AB. RGB value is (121,129,171). Sum of RGB (Red+Green+Blue) = 121+129+171=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #7981AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7981AB is #867E54. Grayscale: #838383. Windows color (decimal): -8814165 or 11239801. OLE color: 11239801.

HSL color Cylindrical-coordinate representation of color #7981AB: hue angle of 230.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 #7981AB is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 129 171 -
CMYK 0.29 0.25 0 0.33
HSL 230.4º 0.23% 0.57% -
HSV(B) 230.4º 0.29% 0.67% -
XYZ 23.09 22.71 41.69 -
YUV 131.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 121 129 171 0.29 0.25 0 0.33 230.4 0.23 0.57
Hex 79 81 AB 1D 19 0 21 E6 17 39
Octal 171 201 253 35 31 0 41 346 27 71
Binary 1111001 10000001 10101011 11101 11001 0 100001 11100110 10111 111001

Color Harmonies of #7981AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7981AB

Black with #7981AB

Text Example


Text Example

White with #7981AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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