#79849C

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

Shades of Ship Cove #79849C

Tints of Ship Cove #79849C

Color information

#79849C (or 0x79849C) is unknown color: approx Ship Cove. HEX triplet: 79, 84 and 9C. RGB value is (121,132,156). Sum of RGB (Red+Green+Blue) = 121+132+156=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #79849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79849C is #867B63. Grayscale: #838383. Windows color (decimal): -8813412 or 10257529. OLE color: 10257529.

HSL color Cylindrical-coordinate representation of color #79849C: hue angle of 221.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79849C is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121132156-
CMYK0.220.1500.39
HSL221.14º15.02%54.31%-
HSV(B)221.14º22.44%61.18%-
XYZ22.1422.9734.72-
YUV131.45141.86120.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.58%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=29.58%
G=32.27%
B=38.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211321560.220.1500.39221.1415.0254.31
Hex79849C16F027ddf36
Octal17120423426170473351766
Binary111100110000100100111001011011110100111110111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79849C; }

 p { color: rgb(121,132,156); }

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

<style>
 a { background-color: #79849C; }

 a { background-color: rgb(121,132,156); }

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

<style>
 span { border-color: #79849C; }

 span { border-color: rgb(121,132,156); }

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