Html Css Color HEX #7684A9 Ship Cove

📋 copy color: '#7684A9'

red 118 ◦ green 132 ◦ blue 169

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

Shades of Ship Cove #7684A9

Tints of Ship Cove #7684A9

RGB

 RED value IS 118 (46.48% from 255) = 28.16%

 GREEN value IS 132 (51.95% from 255) = 31.5%

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

R = 28.16%
G = 31.5%
B = 40.33%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7684A9 (or 0x7684A9) is known color: Ship Cove. HEX triplet: 76, 84 and A9. RGB value is (118,132,169). Sum of RGB (Red+Green+Blue) = 118+132+169=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 169 - color contains mainly: blue. Hex color #7684A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7684A9 is #897B56. Grayscale: #838383. Windows color (decimal): -9010007 or 11109494. OLE color: 11109494.

HSL color Cylindrical-coordinate representation of color #7684A9: hue angle of 223.53º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7684A9 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 132 169 -
CMYK 0.30 0.22 0 0.34
HSL 223.53º 0.23% 0.56% -
HSV(B) 223.53º 0.3% 0.66% -
XYZ 22.88 23.22 40.81 -
YUV 132.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 118 132 169 0.30 0.22 0 0.34 223.53 0.23 0.56
Hex 76 84 A9 1E 16 0 22 E0 17 38
Octal 166 204 251 36 26 0 42 340 27 70
Binary 1110110 10000100 10101001 11110 10110 0 100010 11100000 10111 111000

Color Harmonies of #7684A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7684A9

Black with #7684A9

Text Example


Text Example

White with #7684A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,132,169); }

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

background-color css

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

 a { background-color: rgb(118,132,169); }

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

border-color css

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

 span { border-color: rgb(118,132,169); }

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