Html Css Color HEX #7880A9 Ship Cove

📋 copy color: '#7880A9'

red 120 ◦ green 128 ◦ blue 169

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

Shades of Ship Cove #7880A9

Tints of Ship Cove #7880A9

RGB

 RED value IS 120 (47.27% from 255) = 28.78%

 GREEN value IS 128 (50.39% from 255) = 30.7%

 BLUE value IS 169 (66.41% from 255) = 40.53%

R = 28.78%
G = 30.7%
B = 40.53%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7880A9 (or 0x7880A9) is known color: Ship Cove. HEX triplet: 78, 80 and A9. RGB value is (120,128,169). Sum of RGB (Red+Green+Blue) = 120+128+169=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 169 - color contains mainly: blue. Hex color #7880A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7880A9 is #877F56. Grayscale: #828282. Windows color (decimal): -8879959 or 11108472. OLE color: 11108472.

HSL color Cylindrical-coordinate representation of color #7880A9: hue angle of 230.2º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7880A9 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 120 128 169 -
CMYK 0.29 0.24 0 0.34
HSL 230.2º 0.22% 0.57% -
HSV(B) 230.2º 0.29% 0.66% -
XYZ 22.63 22.3 40.65 -
YUV 130.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 120 128 169 0.29 0.24 0 0.34 230.2 0.22 0.57
Hex 78 80 A9 1D 18 0 22 E6 16 39
Octal 170 200 251 35 30 0 42 346 26 71
Binary 1111000 10000000 10101001 11101 11000 0 100010 11100110 10110 111001

Color Harmonies of #7880A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7880A9

Black with #7880A9

Text Example


Text Example

White with #7880A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7880A9; }

 p { color: rgb(120,128,169); }

 H1.HeaderClassName
 {
   color: #7880A9;
 }
 .AnyTagClassName
 {
   color: #7880A9;
 }
</style>

background-color css

<style>
 a { background-color: #7880A9; }

 a { background-color: rgb(120,128,169); }

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

border-color css

<style>
 span { border-color: #7880A9; }

 span { border-color: rgb(120,128,169); }

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