#79849E

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

Shades of Ship Cove #79849E

Tints of Ship Cove #79849E

Color information

#79849E (or 0x79849E) is unknown color: approx Ship Cove. HEX triplet: 79, 84 and 9E. RGB value is (121,132,158). Sum of RGB (Red+Green+Blue) = 121+132+158=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #79849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79849E is #867B61. Grayscale: #838383. Windows color (decimal): -8813410 or 10388601. OLE color: 10388601.

HSL color Cylindrical-coordinate representation of color #79849E: hue angle of 222.16º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #79849E is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121132158-
CMYK0.230.1600.38
HSL222.16º16.02%54.71%-
HSV(B)222.16º23.42%61.96%-
XYZ22.3123.0435.62-
YUV131.68142.86120.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.44%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=29.44%
G=32.12%
B=38.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211321580.230.1600.38222.1616.0254.71
Hex79849E1710026de1037
Octal17120423627200463362067
Binary11110011000010010011110101111000001001101101111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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