Html Css Color HEX #7A8299 Ship Cove

📋 copy color: '#7A8299'

red 122 ◦ green 130 ◦ blue 153

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

Shades of Ship Cove #7A8299

Tints of Ship Cove #7A8299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.1%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 30.12%
G = 32.1%
B = 37.78%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7A8299 (or 0x7A8299) is known color: Ship Cove. HEX triplet: 7A, 82 and 99. RGB value is (122,130,153). Sum of RGB (Red+Green+Blue) = 122+130+153=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A8299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8299 is #857D66. Grayscale: #828282. Windows color (decimal): -8748391 or 10060410. OLE color: 10060410.

HSL color Cylindrical-coordinate representation of color #7A8299: hue angle of 224.52º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A8299 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 122 130 153 -
CMYK 0.20 0.15 0 0.4
HSL 224.52º 0.13% 0.54% -
HSV(B) 224.52º 0.2% 0.6% -
XYZ 21.76 22.4 33.31 -
YUV 130.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 122 130 153 0.20 0.15 0 0.4 224.52 0.13 0.54
Hex 7A 82 99 14 F 0 28 E1 D 36
Octal 172 202 231 24 17 0 50 341 15 66
Binary 1111010 10000010 10011001 10100 1111 0 101000 11100001 1101 110110

Color Harmonies of #7A8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8299

Black with #7A8299

Text Example


Text Example

White with #7A8299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,130,153); }

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

background-color css

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

 a { background-color: rgb(122,130,153); }

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

border-color css

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

 span { border-color: rgb(122,130,153); }

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