#79969F

Color #79969F Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #79969F

Tints of Bali Hai #79969F

Color information

#79969F (or 0x79969F) is unknown color: approx Bali Hai. HEX triplet: 79, 96 and 9F. RGB value is (121,150,159). Sum of RGB (Red+Green+Blue) = 121+150+159=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #79969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79969F is #866960. Grayscale: #8E8E8E. Windows color (decimal): -8808801 or 10458745. OLE color: 10458745.

HSL color Cylindrical-coordinate representation of color #79969F: hue angle of 194.21º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79969F is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121150159-
CMYK0.240.0600.38
HSL194.21º16.52%54.9%-
HSV(B)194.21º23.9%62.35%-
XYZ25.0528.3836.96-
YUV142.35137.39112.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.14%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=28.14%
G=34.88%
B=36.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211501590.240.0600.38194.2116.5254.9
Hex79969F186026c21137
Octal1712262373060463022167
Binary111100110010110100111111100011001001101100001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79969F; }

 p { color: rgb(121,150,159); }

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

<style>
 a { background-color: #79969F; }

 a { background-color: rgb(121,150,159); }

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

<style>
 span { border-color: #79969F; }

 span { border-color: rgb(121,150,159); }

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