Html Css Color HEX #7B9FAA Bali Hai

📋 copy color: '#7B9FAA'

red 123 ◦ green 159 ◦ blue 170

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

Shades of Bali Hai #7B9FAA

Tints of Bali Hai #7B9FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.18%

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 27.21%
G = 35.18%
B = 37.61%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B9FAA (or 0x7B9FAA) is known color: Bali Hai. HEX triplet: 7B, 9F and AA. RGB value is (123,159,170). Sum of RGB (Red+Green+Blue) = 123+159+170=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B9FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9FAA is #846055. Grayscale: #959595. Windows color (decimal): -8675414 or 11181947. OLE color: 11181947.

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

Color convert

RGB 123 159 170 -
CMYK 0.28 0.06 0 0.33
HSL 194.04º 0.22% 0.57% -
HSV(B) 194.04º 0.28% 0.67% -
XYZ 27.82 31.91 42.72 -
YUV 149.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 123 159 170 0.28 0.06 0 0.33 194.04 0.22 0.57
Hex 7B 9F AA 1C 6 0 21 C2 16 39
Octal 173 237 252 34 6 0 41 302 26 71
Binary 1111011 10011111 10101010 11100 110 0 100001 11000010 10110 111001

Color Harmonies of #7B9FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9FAA

Black with #7B9FAA

Text Example


Text Example

White with #7B9FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,159,170); }

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

background-color css

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

 a { background-color: rgb(123,159,170); }

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

border-color css

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

 span { border-color: rgb(123,159,170); }

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