Html Css Color HEX #7B9BB4 Bali Hai

📋 copy color: '#7B9BB4'

red 123 ◦ green 155 ◦ blue 180

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

Shades of Bali Hai #7B9BB4

Tints of Bali Hai #7B9BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.3%

R = 26.86%
G = 33.84%
B = 39.3%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7B9BB4 (or 0x7B9BB4) is known color: Bali Hai. HEX triplet: 7B, 9B and B4. RGB value is (123,155,180). Sum of RGB (Red+Green+Blue) = 123+155+180=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 180 - color contains mainly: blue. Hex color #7B9BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BB4 is #84644B. Grayscale: #949494. Windows color (decimal): -8676428 or 11836283. OLE color: 11836283.

HSL color Cylindrical-coordinate representation of color #7B9BB4: hue angle of 206.32º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B9BB4 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 123 155 180 -
CMYK 0.32 0.14 0 0.29
HSL 206.32º 0.28% 0.59% -
HSV(B) 206.32º 0.32% 0.71% -
XYZ 28.13 30.95 47.67 -
YUV 148.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 123 155 180 0.32 0.14 0 0.29 206.32 0.28 0.59
Hex 7B 9B B4 20 E 0 1D CE 1C 3B
Octal 173 233 264 40 16 0 35 316 34 73
Binary 1111011 10011011 10110100 100000 1110 0 11101 11001110 11100 111011

Color Harmonies of #7B9BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9BB4

Black with #7B9BB4

Text Example


Text Example

White with #7B9BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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