Html Css Color HEX #7C9EAB Bali Hai

📋 copy color: '#7C9EAB'

red 124 ◦ green 158 ◦ blue 171

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

Shades of Bali Hai #7C9EAB

Tints of Bali Hai #7C9EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 27.37%
G = 34.88%
B = 37.75%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C9EAB (or 0x7C9EAB) is known color: Bali Hai. HEX triplet: 7C, 9E and AB. RGB value is (124,158,171). Sum of RGB (Red+Green+Blue) = 124+158+171=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C9EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9EAB is #836154. Grayscale: #959595. Windows color (decimal): -8610133 or 11247228. OLE color: 11247228.

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

Color convert

RGB 124 158 171 -
CMYK 0.27 0.08 0 0.33
HSL 196.6º 0.22% 0.58% -
HSV(B) 196.6º 0.27% 0.67% -
XYZ 27.89 31.68 43.17 -
YUV 149.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 124 158 171 0.27 0.08 0 0.33 196.6 0.22 0.58
Hex 7C 9E AB 1B 8 0 21 C5 16 3A
Octal 174 236 253 33 10 0 41 305 26 72
Binary 1111100 10011110 10101011 11011 1000 0 100001 11000101 10110 111010

Color Harmonies of #7C9EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9EAB

Black with #7C9EAB

Text Example


Text Example

White with #7C9EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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