#79859D

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

Shades of Ship Cove #79859D

Tints of Ship Cove #79859D

Color information

#79859D (or 0x79859D) is unknown color: approx Ship Cove. HEX triplet: 79, 85 and 9D. RGB value is (121,133,157). Sum of RGB (Red+Green+Blue) = 121+133+157=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #79859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79859D is #867A62. Grayscale: #848484. Windows color (decimal): -8813155 or 10323321. OLE color: 10323321.

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

Color convert

RGB121133157-
CMYK0.230.1500.38
HSL220º15.52%54.51%-
HSV(B)220º22.93%61.57%-
XYZ22.3623.2735.21-
YUV132.15142.02120.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.44%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=29.44%
G=32.36%
B=38.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211331570.230.1500.3822015.5254.51
Hex79859D17F026dc1037
Octal17120523527170463342067
Binary1111001100001011001110110111111101001101101110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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