#7ba4b5

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

Shades of Bali Hai #7BA4B5

Tints of Bali Hai #7BA4B5

Color information

#7BA4B5 (or 0x7BA4B5) is unknown color: approx Bali Hai. HEX triplet: 7B, A4 and B5. RGB value is (123,164,181). Sum of RGB (Red+Green+Blue) = 123+164+181=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #7BA4B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA4B5 is #845B4A. Grayscale: #999999. Windows color (decimal): -8674123 or 11904123. OLE color: 11904123.

HSL color Cylindrical-coordinate representation of color #7BA4B5: hue angle of 197.59º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BA4B5 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB123164181-
CMYK0.320.0900.29
HSL197.59º28.16%59.61%-
HSV(B)197.59º32.04%70.98%-
XYZ29.7834.148.73-
YUV153.68143.42106.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.28%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=26.28%
G=35.04%
B=38.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1231641810.320.0900.29197.5928.1659.61
Hex7BA4B520901Dc61c3c
Octal17324426540110353063474
Binary1111011101001001011010110000010010111011100011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ba4b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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