Html Css Color HEX #7B99AA Bali Hai

📋 copy color: '#7B99AA'

red 123 ◦ green 153 ◦ blue 170

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

Shades of Bali Hai #7B99AA

Tints of Bali Hai #7B99AA

RGB

 RED value IS 123 (48.44% from 255) = 27.58%

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

 BLUE value IS 170 (66.8% from 255) = 38.12%

R = 27.58%
G = 34.3%
B = 38.12%

CMYK

 C value IS 0.28

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B99AA (or 0x7B99AA) is known color: Bali Hai. HEX triplet: 7B, 99 and AA. RGB value is (123,153,170). Sum of RGB (Red+Green+Blue) = 123+153+170=446 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.58% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B99AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B99AA is #846655. Grayscale: #919191. Windows color (decimal): -8676950 or 11180411. OLE color: 11180411.

HSL color Cylindrical-coordinate representation of color #7B99AA: hue angle of 201.7º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B99AA is Cyan = 0.28, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 153 170 -
CMYK 0.28 0.1 0 0.33
HSL 201.7º 0.22% 0.57% -
HSV(B) 201.7º 0.28% 0.67% -
XYZ 26.82 29.9 42.39 -
YUV 145.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 123 153 170 0.28 0.1 0 0.33 201.7 0.22 0.57
Hex 7B 99 AA 1C A 0 21 CA 16 39
Octal 173 231 252 34 12 0 41 312 26 71
Binary 1111011 10011001 10101010 11100 1010 0 100001 11001010 10110 111001

Color Harmonies of #7B99AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B99AA

Black with #7B99AA

Text Example


Text Example

White with #7B99AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B99AA; }

 p { color: rgb(123,153,170); }

 H1.HeaderClassName
 {
   color: #7B99AA;
 }
 .AnyTagClassName
 {
   color: #7B99AA;
 }
</style>

background-color css

<style>
 a { background-color: #7B99AA; }

 a { background-color: rgb(123,153,170); }

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

border-color css

<style>
 span { border-color: #7B99AA; }

 span { border-color: rgb(123,153,170); }

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