#7B9FAF

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

Shades of Bali Hai #7B9FAF

Tints of Bali Hai #7B9FAF

Color information

#7B9FAF (or 0x7B9FAF) is unknown color: approx Bali Hai. HEX triplet: 7B, 9F and AF. RGB value is (123,159,175). Sum of RGB (Red+Green+Blue) = 123+159+175=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B9FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9FAF is #846050. Grayscale: #959595. Windows color (decimal): -8675409 or 11509627. OLE color: 11509627.

HSL color Cylindrical-coordinate representation of color #7B9FAF: hue angle of 198.46º 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 #7B9FAF is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123159175-
CMYK0.300.0900.31
HSL198.46º24.53%58.43%-
HSV(B)198.46º29.71%68.63%-
XYZ28.332.145.26-
YUV150.06142.07108.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.91%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=26.91%
G=34.79%
B=38.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231591750.300.0900.31198.4624.5358.43
Hex7B9FAF1E901Fc6193a
Octal17323725736110373063172
Binary111101110011111101011111111010010111111100011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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