#7B94AA

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

Shades of Bali Hai #7B94AA

Tints of Bali Hai #7B94AA

Color information

#7B94AA (or 0x7B94AA) is unknown color: approx Bali Hai. HEX triplet: 7B, 94 and AA. RGB value is (123,148,170). Sum of RGB (Red+Green+Blue) = 123+148+170=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B94AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B94AA is #846B55. Grayscale: #8E8E8E. Windows color (decimal): -8678230 or 11179131. OLE color: 11179131.

HSL color Cylindrical-coordinate representation of color #7B94AA: hue angle of 208.09º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B94AA is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB123148170-
CMYK0.280.1300.33
HSL208.09º21.66%57.45%-
HSV(B)208.09º27.65%66.67%-
XYZ26.0128.2942.12-
YUV143.03143.22113.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.89%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=27.89%
G=33.56%
B=38.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231481700.280.1300.33208.0921.6657.45
Hex7B94AA1CD021d01639
Octal17322425234150413202671
Binary1111011100101001010101011100110101000011101000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,148,170); }

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

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

 a { background-color: rgb(123,148,170); }

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

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

 span { border-color: rgb(123,148,170); }

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