Html Css Color HEX #7B9ABA Bali Hai

📋 copy color: '#7B9ABA'

red 123 ◦ green 154 ◦ blue 186

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

Shades of Bali Hai #7B9ABA

Tints of Bali Hai #7B9ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 26.57%
G = 33.26%
B = 40.17%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B9ABA (or 0x7B9ABA) is known color: Bali Hai. HEX triplet: 7B, 9A and BA. RGB value is (123,154,186). Sum of RGB (Red+Green+Blue) = 123+154+186=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B9ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9ABA is #846545. Grayscale: #949494. Windows color (decimal): -8676678 or 12229243. OLE color: 12229243.

HSL color Cylindrical-coordinate representation of color #7B9ABA: hue angle of 210.48º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B9ABA is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 154 186 -
CMYK 0.34 0.17 0 0.27
HSL 210.48º 0.31% 0.61% -
HSV(B) 210.48º 0.34% 0.73% -
XYZ 28.59 30.87 50.91 -
YUV 148.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 123 154 186 0.34 0.17 0 0.27 210.48 0.31 0.61
Hex 7B 9A BA 22 11 0 1B D2 1F 3D
Octal 173 232 272 42 21 0 33 322 37 75
Binary 1111011 10011010 10111010 100010 10001 0 11011 11010010 11111 111101

Color Harmonies of #7B9ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9ABA

Black with #7B9ABA

Text Example


Text Example

White with #7B9ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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