#7898BA

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

Shades of Bali Hai #7898BA

Tints of Bali Hai #7898BA

Color information

#7898BA (or 0x7898BA) is unknown color: approx Bali Hai. HEX triplet: 78, 98 and BA. RGB value is (120,152,186). Sum of RGB (Red+Green+Blue) = 120+152+186=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #7898BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898BA is #876745. Grayscale: #929292. Windows color (decimal): -8873798 or 12228728. OLE color: 12228728.

HSL color Cylindrical-coordinate representation of color #7898BA: hue angle of 210.91º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7898BA is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120152186-
CMYK0.350.1800.27
HSL210.91º32.35%60%-
HSV(B)210.91º35.48%72.94%-
XYZ27.8429.9950.78-
YUV146.31150.4109.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.20%
GREEN value IS 152 (59.77% from 255) = 33.19%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=26.20%
G=33.19%
B=40.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201521860.350.1800.27210.9132.3560
Hex7898BA231201Bd3203c
Octal17023027243220333234074
Binary111100010011000101110101000111001001101111010011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7898BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7898BA; }

 p { color: rgb(120,152,186); }

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

<style>
 a { background-color: #7898BA; }

 a { background-color: rgb(120,152,186); }

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

<style>
 span { border-color: #7898BA; }

 span { border-color: rgb(120,152,186); }

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