Html Css Color HEX #7C9EAE Bali Hai

📋 copy color: '#7C9EAE'

red 124 ◦ green 158 ◦ blue 174

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

Shades of Bali Hai #7C9EAE

Tints of Bali Hai #7C9EAE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.65%

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

R = 27.19%
G = 34.65%
B = 38.16%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C9EAE (or 0x7C9EAE) is known color: Bali Hai. HEX triplet: 7C, 9E and AE. RGB value is (124,158,174). Sum of RGB (Red+Green+Blue) = 124+158+174=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 158 (62.11% from 255 or 34.65% 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 #7C9EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9EAE is #836151. Grayscale: #959595. Windows color (decimal): -8610130 or 11443836. OLE color: 11443836.

HSL color Cylindrical-coordinate representation of color #7C9EAE: hue angle of 199.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C9EAE is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 158 174 -
CMYK 0.29 0.09 0 0.32
HSL 199.2º 0.24% 0.58% -
HSV(B) 199.2º 0.29% 0.68% -
XYZ 28.18 31.79 44.7 -
YUV 149.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 124 158 174 0.29 0.09 0 0.32 199.2 0.24 0.58
Hex 7C 9E AE 1D 9 0 20 C7 18 3A
Octal 174 236 256 35 11 0 40 307 30 72
Binary 1111100 10011110 10101110 11101 1001 0 100000 11000111 11000 111010

Color Harmonies of #7C9EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9EAE

Black with #7C9EAE

Text Example


Text Example

White with #7C9EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,158,174); }

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

background-color css

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

 a { background-color: rgb(124,158,174); }

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

border-color css

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

 span { border-color: rgb(124,158,174); }

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