#7B96A4

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

Shades of Bali Hai #7B96A4

Tints of Bali Hai #7B96A4

Color information

#7B96A4 (or 0x7B96A4) is unknown color: approx Bali Hai. HEX triplet: 7B, 96 and A4. RGB value is (123,150,164). Sum of RGB (Red+Green+Blue) = 123+150+164=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B96A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B96A4 is #84695B. Grayscale: #8F8F8F. Windows color (decimal): -8677724 or 10786427. OLE color: 10786427.

HSL color Cylindrical-coordinate representation of color #7B96A4: hue angle of 200.49º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B96A4 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB123150164-
CMYK0.250.0900.36
HSL200.49º18.39%56.27%-
HSV(B)200.49º25%64.31%-
XYZ25.7828.739.3-
YUV143.52139.55113.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.15%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=28.15%
G=34.32%
B=37.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231501640.250.0900.36200.4918.3956.27
Hex7B96A4199024c81238
Octal17322624431110443102270
Binary1111011100101101010010011001100101001001100100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B96A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,150,164); }

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

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

 a { background-color: rgb(123,150,164); }

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

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

 span { border-color: rgb(123,150,164); }

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