#7A819D

Color #7A819D Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7A819D

Tints of Ship Cove #7A819D

Color information

#7A819D (or 0x7A819D) is unknown color: approx Ship Cove. HEX triplet: 7A, 81 and 9D. RGB value is (122,129,157). Sum of RGB (Red+Green+Blue) = 122+129+157=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A819D is #857E62. Grayscale: #818181. Windows color (decimal): -8748643 or 10322298. OLE color: 10322298.

HSL color Cylindrical-coordinate representation of color #7A819D: hue angle of 228º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A819D is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB122129157-
CMYK0.220.1800.38
HSL228º15.15%54.71%-
HSV(B)228º22.29%61.57%-
XYZ21.9622.2735.04-
YUV130.1143.18122.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.90%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=29.90%
G=31.62%
B=38.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221291570.220.1800.3822815.1554.71
Hex7A819D1612026e4f37
Octal17220123526220463441767
Binary1111010100000011001110110110100100100110111001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A819D;
 }
 .AnyTagClassName
 {
   color: #7A819D;
 }
</style>
background-color css

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

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

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

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

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

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