#79869E

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

Shades of Ship Cove #79869E

Tints of Ship Cove #79869E

Color information

#79869E (or 0x79869E) is unknown color: approx Ship Cove. HEX triplet: 79, 86 and 9E. RGB value is (121,134,158). Sum of RGB (Red+Green+Blue) = 121+134+158=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #79869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79869E is #867961. Grayscale: #848484. Windows color (decimal): -8812898 or 10389113. OLE color: 10389113.

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

Color convert

RGB121134158-
CMYK0.230.1500.38
HSL218.92º16.02%54.71%-
HSV(B)218.92º23.42%61.96%-
XYZ22.5823.5835.71-
YUV132.85142.19119.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.30%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=29.30%
G=32.45%
B=38.26%

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
Decimal1211341580.230.1500.38218.9216.0254.71
Hex79869E17F026db1037
Octal17120623627170463332067
Binary1111001100001101001111010111111101001101101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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