Html Css Color HEX #7899BA Bali Hai

📋 copy color: '#7899BA'

red 120 ◦ green 153 ◦ blue 186

#7899BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #7899BA

Tints of Bali Hai #7899BA

RGB

 RED value IS 120 (47.27% from 255) = 26.14%

 GREEN value IS 153 (60.16% from 255) = 33.33%

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 26.14%
G = 33.33%
B = 40.52%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7899BA (or 0x7899BA) is known color: Bali Hai. HEX triplet: 78, 99 and BA. RGB value is (120,153,186). Sum of RGB (Red+Green+Blue) = 120+153+186=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #7899BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7899BA is #876645. Grayscale: #929292. Windows color (decimal): -8873542 or 12228984. OLE color: 12228984.

HSL color Cylindrical-coordinate representation of color #7899BA: hue angle of 210º 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 #7899BA is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 153 186 -
CMYK 0.35 0.18 0 0.27
HSL 210º 0.32% 0.6% -
HSV(B) 210º 0.35% 0.73% -
XYZ 28 30.32 50.83 -
YUV 146.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 120 153 186 0.35 0.18 0 0.27 210 0.32 0.6
Hex 78 99 BA 23 12 0 1B D2 20 3C
Octal 170 231 272 43 22 0 33 322 40 74
Binary 1111000 10011001 10111010 100011 10010 0 11011 11010010 100000 111100

Color Harmonies of #7899BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7899BA

Black with #7899BA

Text Example


Text Example

White with #7899BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7899BA;
 }
 .AnyTagClassName
 {
   color: #7899BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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