#7896B0

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

Shades of Bali Hai #7896B0

Tints of Bali Hai #7896B0

Color information

#7896B0 (or 0x7896B0) is unknown color: approx Bali Hai. HEX triplet: 78, 96 and B0. RGB value is (120,150,176). Sum of RGB (Red+Green+Blue) = 120+150+176=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 176 - color contains mainly: blue. Hex color #7896B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7896B0 is #87694F. Grayscale: #8F8F8F. Windows color (decimal): -8874320 or 11572856. OLE color: 11572856.

HSL color Cylindrical-coordinate representation of color #7896B0: hue angle of 207.86º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7896B0 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB120150176-
CMYK0.320.1500.31
HSL207.86º26.17%58.04%-
HSV(B)207.86º31.82%69.02%-
XYZ26.4928.9445.26-
YUV143.99146.06110.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.91%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 176 (69.14% from 255) = 39.46%
R=26.91%
G=33.63%
B=39.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201501760.320.1500.31207.8626.1758.04
Hex7896B020F01Fd01a3a
Octal17022626040170373203272
Binary1111000100101101011000010000011110111111101000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7896B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7896B0; }

 p { color: rgb(120,150,176); }

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

<style>
 a { background-color: #7896B0; }

 a { background-color: rgb(120,150,176); }

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

<style>
 span { border-color: #7896B0; }

 span { border-color: rgb(120,150,176); }

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