Html Css Color HEX #7A91AB Ship Cove

📋 copy color: '#7A91AB'

red 122 ◦ green 145 ◦ blue 171

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

Shades of Ship Cove #7A91AB

Tints of Ship Cove #7A91AB

RGB

 RED value IS 122 (48.05% from 255) = 27.85%

 GREEN value IS 145 (57.03% from 255) = 33.11%

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

R = 27.85%
G = 33.11%
B = 39.04%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A91AB (or 0x7A91AB) is known color: Ship Cove. HEX triplet: 7A, 91 and AB. RGB value is (122,145,171). Sum of RGB (Red+Green+Blue) = 122+145+171=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A91AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A91AB is #856E54. Grayscale: #8C8C8C. Windows color (decimal): -8744533 or 11243898. OLE color: 11243898.

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

Color convert

RGB 122 145 171 -
CMYK 0.29 0.15 0 0.33
HSL 211.84º 0.23% 0.57% -
HSV(B) 211.84º 0.29% 0.67% -
XYZ 25.5 27.33 42.46 -
YUV 141.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 122 145 171 0.29 0.15 0 0.33 211.84 0.23 0.57
Hex 7A 91 AB 1D F 0 21 D4 17 39
Octal 172 221 253 35 17 0 41 324 27 71
Binary 1111010 10010001 10101011 11101 1111 0 100001 11010100 10111 111001

Color Harmonies of #7A91AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A91AB

Black with #7A91AB

Text Example


Text Example

White with #7A91AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A91AB; }

 p { color: rgb(122,145,171); }

 H1.HeaderClassName
 {
   color: #7A91AB;
 }
 .AnyTagClassName
 {
   color: #7A91AB;
 }
</style>

background-color css

<style>
 a { background-color: #7A91AB; }

 a { background-color: rgb(122,145,171); }

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

border-color css

<style>
 span { border-color: #7A91AB; }

 span { border-color: rgb(122,145,171); }

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