Html Css Color HEX #7B9BBA Bali Hai

📋 copy color: '#7B9BBA'

red 123 ◦ green 155 ◦ blue 186

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

Shades of Bali Hai #7B9BBA

Tints of Bali Hai #7B9BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.41%

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

R = 26.51%
G = 33.41%
B = 40.09%

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

#7B9BBA (or 0x7B9BBA) is known color: Bali Hai. HEX triplet: 7B, 9B and BA. RGB value is (123,155,186). Sum of RGB (Red+Green+Blue) = 123+155+186=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B9BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BBA is #846445. Grayscale: #949494. Windows color (decimal): -8676422 or 12229499. OLE color: 12229499.

HSL color Cylindrical-coordinate representation of color #7B9BBA: hue angle of 209.52º 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 #7B9BBA is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 155 186 -
CMYK 0.34 0.17 0 0.27
HSL 209.52º 0.31% 0.61% -
HSV(B) 209.52º 0.34% 0.73% -
XYZ 28.75 31.2 50.96 -
YUV 148.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 123 155 186 0.34 0.17 0 0.27 209.52 0.31 0.61
Hex 7B 9B BA 22 11 0 1B D2 1F 3D
Octal 173 233 272 42 21 0 33 322 37 75
Binary 1111011 10011011 10111010 100010 10001 0 11011 11010010 11111 111101

Color Harmonies of #7B9BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9BBA

Black with #7B9BBA

Text Example


Text Example

White with #7B9BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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