Html Css Color HEX #7B9EAC Bali Hai

📋 copy color: '#7B9EAC'

red 123 ◦ green 158 ◦ blue 172

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

Shades of Bali Hai #7B9EAC

Tints of Bali Hai #7B9EAC

RGB

 RED value IS 123 (48.44% from 255) = 27.15%

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

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

R = 27.15%
G = 34.88%
B = 37.97%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B9EAC (or 0x7B9EAC) is known color: Bali Hai. HEX triplet: 7B, 9E and AC. RGB value is (123,158,172). Sum of RGB (Red+Green+Blue) = 123+158+172=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B9EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9EAC is #846153. Grayscale: #959595. Windows color (decimal): -8675668 or 11312763. OLE color: 11312763.

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

Color convert

RGB 123 158 172 -
CMYK 0.28 0.08 0 0.33
HSL 197.14º 0.23% 0.58% -
HSV(B) 197.14º 0.28% 0.67% -
XYZ 27.84 31.64 43.67 -
YUV 149.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 123 158 172 0.28 0.08 0 0.33 197.14 0.23 0.58
Hex 7B 9E AC 1C 8 0 21 C5 17 3A
Octal 173 236 254 34 10 0 41 305 27 72
Binary 1111011 10011110 10101100 11100 1000 0 100001 11000101 10111 111010

Color Harmonies of #7B9EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9EAC

Black with #7B9EAC

Text Example


Text Example

White with #7B9EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,158,172); }

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

background-color css

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

 a { background-color: rgb(123,158,172); }

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

border-color css

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

 span { border-color: rgb(123,158,172); }

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