#79849D

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

Shades of Ship Cove #79849D

Tints of Ship Cove #79849D

Color information

#79849D (or 0x79849D) is unknown color: approx Ship Cove. HEX triplet: 79, 84 and 9D. RGB value is (121,132,157). Sum of RGB (Red+Green+Blue) = 121+132+157=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #79849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79849D is #867B62. Grayscale: #838383. Windows color (decimal): -8813411 or 10323065. OLE color: 10323065.

HSL color Cylindrical-coordinate representation of color #79849D: hue angle of 221.67º 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 #79849D is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121132157-
CMYK0.230.1600.38
HSL221.67º15.52%54.51%-
HSV(B)221.67º22.93%61.57%-
XYZ22.222335.17-
YUV131.56142.36120.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.51%
GREEN value IS 132 (51.95% from 255) = 32.20%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=29.51%
G=32.20%
B=38.29%

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
Decimal1211321570.230.1600.38221.6715.5254.51
Hex79849D1710026de1037
Octal17120423527200463362067
Binary11110011000010010011101101111000001001101101111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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