Html Css Color HEX #7B9FAB Bali Hai

📋 copy color: '#7B9FAB'

red 123 ◦ green 159 ◦ blue 171

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

Shades of Bali Hai #7B9FAB

Tints of Bali Hai #7B9FAB

RGB

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

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

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

R = 27.15%
G = 35.1%
B = 37.75%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B9FAB (or 0x7B9FAB) is known color: Bali Hai. HEX triplet: 7B, 9F and AB. RGB value is (123,159,171). Sum of RGB (Red+Green+Blue) = 123+159+171=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 159 (62.5% from 255 or 35.10% 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 #7B9FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9FAB is #846054. Grayscale: #959595. Windows color (decimal): -8675413 or 11247483. OLE color: 11247483.

HSL color Cylindrical-coordinate representation of color #7B9FAB: hue angle of 195º degrees, saturation: 0.22, 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 #7B9FAB is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 159 171 -
CMYK 0.28 0.07 0 0.33
HSL 195º 0.22% 0.58% -
HSV(B) 195º 0.28% 0.67% -
XYZ 27.92 31.95 43.22 -
YUV 149.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 123 159 171 0.28 0.07 0 0.33 195 0.22 0.58
Hex 7B 9F AB 1C 7 0 21 C3 16 3A
Octal 173 237 253 34 7 0 41 303 26 72
Binary 1111011 10011111 10101011 11100 111 0 100001 11000011 10110 111010

Color Harmonies of #7B9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9FAB

Black with #7B9FAB

Text Example


Text Example

White with #7B9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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