#7B9FAE

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

Shades of Bali Hai #7B9FAE

Tints of Bali Hai #7B9FAE

Color information

#7B9FAE (or 0x7B9FAE) is unknown color: approx Bali Hai. HEX triplet: 7B, 9F and AE. RGB value is (123,159,174). Sum of RGB (Red+Green+Blue) = 123+159+174=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B9FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9FAE is #846051. Grayscale: #959595. Windows color (decimal): -8675410 or 11444091. OLE color: 11444091.

HSL color Cylindrical-coordinate representation of color #7B9FAE: hue angle of 197.65º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B9FAE is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB123159174-
CMYK0.290.0900.32
HSL197.65º23.94%58.24%-
HSV(B)197.65º29.31%68.24%-
XYZ28.2132.0644.75-
YUV149.95141.57108.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.97%
GREEN value IS 159 (62.5% from 255) = 34.87%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=26.97%
G=34.87%
B=38.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231591740.290.0900.32197.6523.9458.24
Hex7B9FAE1D9020c6183a
Octal17323725635110403063072
Binary1111011100111111010111011101100101000001100011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B9FAE; }

 p { color: rgb(123,159,174); }

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

<style>
 a { background-color: #7B9FAE; }

 a { background-color: rgb(123,159,174); }

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

<style>
 span { border-color: #7B9FAE; }

 span { border-color: rgb(123,159,174); }

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