Html Css Color HEX #7B9AAB Bali Hai

📋 copy color: '#7B9AAB'

red 123 ◦ green 154 ◦ blue 171

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

Shades of Bali Hai #7B9AAB

Tints of Bali Hai #7B9AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.38%

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

R = 27.46%
G = 34.38%
B = 38.17%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B9AAB (or 0x7B9AAB) is known color: Bali Hai. HEX triplet: 7B, 9A and AB. RGB value is (123,154,171). Sum of RGB (Red+Green+Blue) = 123+154+171=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B9AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9AAB is #846554. Grayscale: #929292. Windows color (decimal): -8676693 or 11246203. OLE color: 11246203.

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

Color convert

RGB 123 154 171 -
CMYK 0.28 0.10 0 0.33
HSL 201.25º 0.22% 0.58% -
HSV(B) 201.25º 0.28% 0.67% -
XYZ 27.07 30.26 42.94 -
YUV 146.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 123 154 171 0.28 0.10 0 0.33 201.25 0.22 0.58
Hex 7B 9A AB 1C A 0 21 C9 16 3A
Octal 173 232 253 34 12 0 41 311 26 72
Binary 1111011 10011010 10101011 11100 1010 0 100001 11001001 10110 111010

Color Harmonies of #7B9AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9AAB

Black with #7B9AAB

Text Example


Text Example

White with #7B9AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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