Html Css Color HEX #7999B4 Bali Hai

📋 copy color: '#7999B4'

red 121 ◦ green 153 ◦ blue 180

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

Shades of Bali Hai #7999B4

Tints of Bali Hai #7999B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.65%

R = 26.65%
G = 33.7%
B = 39.65%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7999B4 (or 0x7999B4) is known color: Bali Hai. HEX triplet: 79, 99 and B4. RGB value is (121,153,180). Sum of RGB (Red+Green+Blue) = 121+153+180=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #7999B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999B4 is #86664B. Grayscale: #929292. Windows color (decimal): -8808012 or 11835769. OLE color: 11835769.

HSL color Cylindrical-coordinate representation of color #7999B4: hue angle of 207.46º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7999B4 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 153 180 -
CMYK 0.33 0.15 0 0.29
HSL 207.46º 0.28% 0.59% -
HSV(B) 207.46º 0.33% 0.71% -
XYZ 27.51 30.14 47.55 -
YUV 146.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 121 153 180 0.33 0.15 0 0.29 207.46 0.28 0.59
Hex 79 99 B4 21 F 0 1D CF 1C 3B
Octal 171 231 264 41 17 0 35 317 34 73
Binary 1111001 10011001 10110100 100001 1111 0 11101 11001111 11100 111011

Color Harmonies of #7999B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7999B4

Black with #7999B4

Text Example


Text Example

White with #7999B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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