Html Css Color HEX #7C99AA Bali Hai

📋 copy color: '#7C99AA'

red 124 ◦ green 153 ◦ blue 170

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

Shades of Bali Hai #7C99AA

Tints of Bali Hai #7C99AA

RGB

 RED value IS 124 (48.83% from 255) = 27.74%

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

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

R = 27.74%
G = 34.23%
B = 38.03%

CMYK

 C value IS 0.27

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C99AA (or 0x7C99AA) is known color: Bali Hai. HEX triplet: 7C, 99 and AA. RGB value is (124,153,170). Sum of RGB (Red+Green+Blue) = 124+153+170=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C99AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C99AA is #836655. Grayscale: #929292. Windows color (decimal): -8611414 or 11180412. OLE color: 11180412.

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

Color convert

RGB 124 153 170 -
CMYK 0.27 0.1 0 0.33
HSL 202.17º 0.21% 0.58% -
HSV(B) 202.17º 0.27% 0.67% -
XYZ 26.96 29.97 42.39 -
YUV 146.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 124 153 170 0.27 0.1 0 0.33 202.17 0.21 0.58
Hex 7C 99 AA 1B A 0 21 CA 15 3A
Octal 174 231 252 33 12 0 41 312 25 72
Binary 1111100 10011001 10101010 11011 1010 0 100001 11001010 10101 111010

Color Harmonies of #7C99AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C99AA

Black with #7C99AA

Text Example


Text Example

White with #7C99AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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