Html Css Color HEX #7B97AE Bali Hai

📋 copy color: '#7B97AE'

red 123 ◦ green 151 ◦ blue 174

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

Shades of Bali Hai #7B97AE

Tints of Bali Hai #7B97AE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.71%

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

R = 27.46%
G = 33.71%
B = 38.84%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B97AE (or 0x7B97AE) is known color: Bali Hai. HEX triplet: 7B, 97 and AE. RGB value is (123,151,174). Sum of RGB (Red+Green+Blue) = 123+151+174=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B97AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B97AE is #846851. Grayscale: #919191. Windows color (decimal): -8677458 or 11442043. OLE color: 11442043.

HSL color Cylindrical-coordinate representation of color #7B97AE: hue angle of 207.06º 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 #7B97AE is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 151 174 -
CMYK 0.29 0.13 0 0.32
HSL 207.06º 0.24% 0.58% -
HSV(B) 207.06º 0.29% 0.68% -
XYZ 26.87 29.4 44.3 -
YUV 145.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 123 151 174 0.29 0.13 0 0.32 207.06 0.24 0.58
Hex 7B 97 AE 1D D 0 20 CF 18 3A
Octal 173 227 256 35 15 0 40 317 30 72
Binary 1111011 10010111 10101110 11101 1101 0 100000 11001111 11000 111010

Color Harmonies of #7B97AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B97AE

Black with #7B97AE

Text Example


Text Example

White with #7B97AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,151,174); }

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

background-color css

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

 a { background-color: rgb(123,151,174); }

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

border-color css

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

 span { border-color: rgb(123,151,174); }

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