Html Css Color HEX #7E9AAC Bali Hai

📋 copy color: '#7E9AAC'

red 126 ◦ green 154 ◦ blue 172

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

Shades of Bali Hai #7E9AAC

Tints of Bali Hai #7E9AAC

RGB

 RED value IS 126 (49.61% from 255) = 27.88%

 GREEN value IS 154 (60.55% from 255) = 34.07%

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 27.88%
G = 34.07%
B = 38.05%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E9AAC (or 0x7E9AAC) is known color: Bali Hai. HEX triplet: 7E, 9A and AC. RGB value is (126,154,172). Sum of RGB (Red+Green+Blue) = 126+154+172=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E9AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9AAC is #816553. Grayscale: #939393. Windows color (decimal): -8480084 or 11311742. OLE color: 11311742.

HSL color Cylindrical-coordinate representation of color #7E9AAC: hue angle of 203.48º degrees, saturation: 0.22, 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 #7E9AAC is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 154 172 -
CMYK 0.27 0.10 0 0.33
HSL 203.48º 0.22% 0.58% -
HSV(B) 203.48º 0.27% 0.67% -
XYZ 27.61 30.53 43.47 -
YUV 147.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 126 154 172 0.27 0.10 0 0.33 203.48 0.22 0.58
Hex 7E 9A AC 1B A 0 21 CB 16 3A
Octal 176 232 254 33 12 0 41 313 26 72
Binary 1111110 10011010 10101100 11011 1010 0 100001 11001011 10110 111010

Color Harmonies of #7E9AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9AAC

Black with #7E9AAC

Text Example


Text Example

White with #7E9AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,154,172); }

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

background-color css

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

 a { background-color: rgb(126,154,172); }

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

border-color css

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

 span { border-color: rgb(126,154,172); }

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