Html Css Color HEX #7B9BBC Bali Hai

📋 copy color: '#7B9BBC'

red 123 ◦ green 155 ◦ blue 188

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

Shades of Bali Hai #7B9BBC

Tints of Bali Hai #7B9BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 26.39%
G = 33.26%
B = 40.34%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B9BBC (or 0x7B9BBC) is known color: Bali Hai. HEX triplet: 7B, 9B and BC. RGB value is (123,155,188). Sum of RGB (Red+Green+Blue) = 123+155+188=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B9BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BBC is #846443. Grayscale: #959595. Windows color (decimal): -8676420 or 12360571. OLE color: 12360571.

HSL color Cylindrical-coordinate representation of color #7B9BBC: hue angle of 210.46º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B9BBC is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 155 188 -
CMYK 0.35 0.18 0 0.26
HSL 210.46º 0.33% 0.61% -
HSV(B) 210.46º 0.35% 0.74% -
XYZ 28.97 31.28 52.09 -
YUV 149.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 123 155 188 0.35 0.18 0 0.26 210.46 0.33 0.61
Hex 7B 9B BC 23 12 0 1A D2 21 3D
Octal 173 233 274 43 22 0 32 322 41 75
Binary 1111011 10011011 10111100 100011 10010 0 11010 11010010 100001 111101

Color Harmonies of #7B9BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9BBC

Black with #7B9BBC

Text Example


Text Example

White with #7B9BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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