Html Css Color HEX #7999BA Bali Hai

📋 copy color: '#7999BA'

red 121 ◦ green 153 ◦ blue 186

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

Shades of Bali Hai #7999BA

Tints of Bali Hai #7999BA

RGB

 RED value IS 121 (47.66% from 255) = 26.3%

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

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

R = 26.3%
G = 33.26%
B = 40.43%

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

#7999BA (or 0x7999BA) is known color: Bali Hai. HEX triplet: 79, 99 and BA. RGB value is (121,153,186). Sum of RGB (Red+Green+Blue) = 121+153+186=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #7999BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999BA is #866645. Grayscale: #939393. Windows color (decimal): -8808006 or 12228985. OLE color: 12228985.

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

Color convert

RGB 121 153 186 -
CMYK 0.35 0.18 0 0.27
HSL 210.46º 0.32% 0.6% -
HSV(B) 210.46º 0.35% 0.73% -
XYZ 28.14 30.39 50.84 -
YUV 147.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 121 153 186 0.35 0.18 0 0.27 210.46 0.32 0.6
Hex 79 99 BA 23 12 0 1B D2 20 3C
Octal 171 231 272 43 22 0 33 322 40 74
Binary 1111001 10011001 10111010 100011 10010 0 11011 11010010 100000 111100

Color Harmonies of #7999BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7999BA

Black with #7999BA

Text Example


Text Example

White with #7999BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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