#7B9EAE

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

Shades of Bali Hai #7B9EAE

Tints of Bali Hai #7B9EAE

Color information

#7B9EAE (or 0x7B9EAE) is unknown color: approx Bali Hai. HEX triplet: 7B, 9E and AE. RGB value is (123,158,174). Sum of RGB (Red+Green+Blue) = 123+158+174=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B9EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9EAE is #846151. Grayscale: #959595. Windows color (decimal): -8675666 or 11443835. OLE color: 11443835.

HSL color Cylindrical-coordinate representation of color #7B9EAE: hue angle of 198.82º 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 #7B9EAE is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB123158174-
CMYK0.290.0900.32
HSL198.82º23.94%58.24%-
HSV(B)198.82º29.31%68.24%-
XYZ28.0431.7244.69-
YUV149.36141.9109.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.03%
GREEN value IS 158 (62.11% from 255) = 34.73%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=27.03%
G=34.73%
B=38.24%

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
Decimal1231581740.290.0900.32198.8223.9458.24
Hex7B9EAE1D9020c7183a
Octal17323625635110403073072
Binary1111011100111101010111011101100101000001100011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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