#79A0BE

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

Shades of Bali Hai #79A0BE

Tints of Bali Hai #79A0BE

Color information

#79A0BE (or 0x79A0BE) is unknown color: approx Bali Hai. HEX triplet: 79, A0 and BE. RGB value is (121,160,190). Sum of RGB (Red+Green+Blue) = 121+160+190=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #79A0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A0BE is #865F41. Grayscale: #979797. Windows color (decimal): -8806210 or 12492921. OLE color: 12492921.

HSL color Cylindrical-coordinate representation of color #79A0BE: hue angle of 206.09º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79A0BE is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121160190-
CMYK0.360.1600.25
HSL206.09º34.67%60.98%-
HSV(B)206.09º36.32%74.51%-
XYZ29.7532.9253.5-
YUV151.76149.58106.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=25.69%
G=33.97%
B=40.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211601900.360.1600.25206.0934.6760.98
Hex79A0BE2410019ce233d
Octal17124027644200313164375
Binary111100110100000101111101001001000001100111001110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79A0BE; }

 p { color: rgb(121,160,190); }

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

<style>
 a { background-color: #79A0BE; }

 a { background-color: rgb(121,160,190); }

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

<style>
 span { border-color: #79A0BE; }

 span { border-color: rgb(121,160,190); }

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