Html Css Color HEX #7E9CAE Bali Hai

📋 copy color: '#7E9CAE'

red 126 ◦ green 156 ◦ blue 174

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

Shades of Bali Hai #7E9CAE

Tints of Bali Hai #7E9CAE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.21%

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 27.63%
G = 34.21%
B = 38.16%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E9CAE (or 0x7E9CAE) is known color: Bali Hai. HEX triplet: 7E, 9C and AE. RGB value is (126,156,174). Sum of RGB (Red+Green+Blue) = 126+156+174=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E9CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9CAE is #816351. Grayscale: #949494. Windows color (decimal): -8479570 or 11443326. OLE color: 11443326.

HSL color Cylindrical-coordinate representation of color #7E9CAE: hue angle of 202.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E9CAE is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 156 174 -
CMYK 0.28 0.10 0 0.32
HSL 202.5º 0.23% 0.59% -
HSV(B) 202.5º 0.28% 0.68% -
XYZ 28.13 31.27 44.6 -
YUV 149.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 126 156 174 0.28 0.10 0 0.32 202.5 0.23 0.59
Hex 7E 9C AE 1C A 0 20 CA 17 3B
Octal 176 234 256 34 12 0 40 312 27 73
Binary 1111110 10011100 10101110 11100 1010 0 100000 11001010 10111 111011

Color Harmonies of #7E9CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9CAE

Black with #7E9CAE

Text Example


Text Example

White with #7E9CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,156,174); }

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

background-color css

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

 a { background-color: rgb(126,156,174); }

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

border-color css

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

 span { border-color: rgb(126,156,174); }

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