#7798BA

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

Shades of Bali Hai #7798BA

Tints of Bali Hai #7798BA

Color information

#7798BA (or 0x7798BA) is unknown color: approx Bali Hai. HEX triplet: 77, 98 and BA. RGB value is (119,152,186). Sum of RGB (Red+Green+Blue) = 119+152+186=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #7798BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798BA is #886745. Grayscale: #919191. Windows color (decimal): -8939334 or 12228727. OLE color: 12228727.

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

Color convert

RGB119152186-
CMYK0.360.1800.27
HSL210.45º32.68%59.8%-
HSV(B)210.45º36.02%72.94%-
XYZ27.729.9250.77-
YUV146.01150.57108.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.04%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=26.04%
G=33.26%
B=40.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191521860.360.1800.27210.4532.6859.8
Hex7798BA241201Bd2213c
Octal16723027244220333224174
Binary111011110011000101110101001001001001101111010010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7798BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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