#7B9DAF

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

Shades of Bali Hai #7B9DAF

Tints of Bali Hai #7B9DAF

Color information

#7B9DAF (or 0x7B9DAF) is unknown color: approx Bali Hai. HEX triplet: 7B, 9D and AF. RGB value is (123,157,175). Sum of RGB (Red+Green+Blue) = 123+157+175=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B9DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9DAF is #846250. Grayscale: #949494. Windows color (decimal): -8675921 or 11509115. OLE color: 11509115.

HSL color Cylindrical-coordinate representation of color #7B9DAF: hue angle of 200.77º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B9DAF is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123157175-
CMYK0.300.1000.31
HSL200.77º24.53%58.43%-
HSV(B)200.77º29.71%68.63%-
XYZ27.9631.4245.15-
YUV148.89142.74109.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.03%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=27.03%
G=34.51%
B=38.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231571750.300.1000.31200.7724.5358.43
Hex7B9DAF1EA01Fc9193a
Octal17323525736120373113172
Binary111101110011101101011111111010100111111100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,157,175); }

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

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

 a { background-color: rgb(123,157,175); }

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

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

 span { border-color: rgb(123,157,175); }

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