#7B9CAC

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

Shades of Bali Hai #7B9CAC

Tints of Bali Hai #7B9CAC

Color information

#7B9CAC (or 0x7B9CAC) is unknown color: approx Bali Hai. HEX triplet: 7B, 9C and AC. RGB value is (123,156,172). Sum of RGB (Red+Green+Blue) = 123+156+172=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B9CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9CAC is #846353. Grayscale: #939393. Windows color (decimal): -8676180 or 11312251. OLE color: 11312251.

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

Color convert

RGB123156172-
CMYK0.280.0900.33
HSL199.59º22.79%57.84%-
HSV(B)199.59º28.49%67.45%-
XYZ27.530.9743.56-
YUV147.96141.57110.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.27%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=27.27%
G=34.59%
B=38.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231561720.280.0900.33199.5922.7957.84
Hex7B9CAC1C9021c8173a
Octal17323425434110413102772
Binary1111011100111001010110011100100101000011100100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,156,172); }

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

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

 a { background-color: rgb(123,156,172); }

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

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

 span { border-color: rgb(123,156,172); }

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