Html Css Color HEX #7A8FAB Ship Cove

📋 copy color: '#7A8FAB'

red 122 ◦ green 143 ◦ blue 171

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

Shades of Ship Cove #7A8FAB

Tints of Ship Cove #7A8FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.8%

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

R = 27.98%
G = 32.8%
B = 39.22%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A8FAB (or 0x7A8FAB) is known color: Ship Cove. HEX triplet: 7A, 8F and AB. RGB value is (122,143,171). Sum of RGB (Red+Green+Blue) = 122+143+171=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A8FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8FAB is #857054. Grayscale: #8B8B8B. Windows color (decimal): -8745045 or 11243386. OLE color: 11243386.

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

Color convert

RGB 122 143 171 -
CMYK 0.29 0.16 0 0.33
HSL 214.29º 0.23% 0.57% -
HSV(B) 214.29º 0.29% 0.67% -
XYZ 25.2 26.72 42.36 -
YUV 139.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 122 143 171 0.29 0.16 0 0.33 214.29 0.23 0.57
Hex 7A 8F AB 1D 10 0 21 D6 17 39
Octal 172 217 253 35 20 0 41 326 27 71
Binary 1111010 10001111 10101011 11101 10000 0 100001 11010110 10111 111001

Color Harmonies of #7A8FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8FAB

Black with #7A8FAB

Text Example


Text Example

White with #7A8FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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