Html Css Color HEX #7A819A Ship Cove

📋 copy color: '#7A819A'

red 122 ◦ green 129 ◦ blue 154

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

Shades of Ship Cove #7A819A

Tints of Ship Cove #7A819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.85%

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 30.12%
G = 31.85%
B = 38.02%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7A819A (or 0x7A819A) is known color: Ship Cove. HEX triplet: 7A, 81 and 9A. RGB value is (122,129,154). Sum of RGB (Red+Green+Blue) = 122+129+154=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A819A is #857E65. Grayscale: #818181. Windows color (decimal): -8748646 or 10125690. OLE color: 10125690.

HSL color Cylindrical-coordinate representation of color #7A819A: hue angle of 226.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A819A is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 122 129 154 -
CMYK 0.21 0.16 0 0.40
HSL 226.88º 0.14% 0.54% -
HSV(B) 226.88º 0.21% 0.6% -
XYZ 21.71 22.17 33.71 -
YUV 129.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 122 129 154 0.21 0.16 0 0.40 226.88 0.14 0.54
Hex 7A 81 9A 15 10 0 28 E3 E 36
Octal 172 201 232 25 20 0 50 343 16 66
Binary 1111010 10000001 10011010 10101 10000 0 101000 11100011 1110 110110

Color Harmonies of #7A819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A819A

Black with #7A819A

Text Example


Text Example

White with #7A819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,129,154); }

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

background-color css

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

 a { background-color: rgb(122,129,154); }

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

border-color css

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

 span { border-color: rgb(122,129,154); }

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