#7BA2BD

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

Shades of Bali Hai #7BA2BD

Tints of Bali Hai #7BA2BD

Color information

#7BA2BD (or 0x7BA2BD) is unknown color: approx Bali Hai. HEX triplet: 7B, A2 and BD. RGB value is (123,162,189). Sum of RGB (Red+Green+Blue) = 123+162+189=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #7BA2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA2BD is #845D42. Grayscale: #999999. Windows color (decimal): -8674627 or 12427899. OLE color: 12427899.

HSL color Cylindrical-coordinate representation of color #7BA2BD: hue angle of 204.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BA2BD is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB123162189-
CMYK0.350.1400.26
HSL204.55º33.33%61.18%-
HSV(B)204.55º34.92%74.12%-
XYZ30.2733.7353.06-
YUV153.42148.08106.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.95%
GREEN value IS 162 (63.67% from 255) = 34.18%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=25.95%
G=34.18%
B=39.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231621890.350.1400.26204.5533.3361.18
Hex7BA2BD23E01Acd213d
Octal17324227543160323154175
Binary11110111010001010111101100011111001101011001101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,162,189); }

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

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

 a { background-color: rgb(123,162,189); }

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

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

 span { border-color: rgb(123,162,189); }

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