Html Css Color HEX #7B9EBB Bali Hai

📋 copy color: '#7B9EBB'

red 123 ◦ green 158 ◦ blue 187

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

Shades of Bali Hai #7B9EBB

Tints of Bali Hai #7B9EBB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.76%

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 26.28%
G = 33.76%
B = 39.96%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B9EBB (or 0x7B9EBB) is known color: Bali Hai. HEX triplet: 7B, 9E and BB. RGB value is (123,158,187). Sum of RGB (Red+Green+Blue) = 123+158+187=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B9EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9EBB is #846144. Grayscale: #969696. Windows color (decimal): -8675653 or 12295803. OLE color: 12295803.

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

Color convert

RGB 123 158 187 -
CMYK 0.34 0.16 0 0.27
HSL 207.19º 0.32% 0.61% -
HSV(B) 207.19º 0.34% 0.73% -
XYZ 29.36 32.25 51.69 -
YUV 150.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 123 158 187 0.34 0.16 0 0.27 207.19 0.32 0.61
Hex 7B 9E BB 22 10 0 1B CF 20 3D
Octal 173 236 273 42 20 0 33 317 40 75
Binary 1111011 10011110 10111011 100010 10000 0 11011 11001111 100000 111101

Color Harmonies of #7B9EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9EBB

Black with #7B9EBB

Text Example


Text Example

White with #7B9EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,158,187); }

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

background-color css

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

 a { background-color: rgb(123,158,187); }

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

border-color css

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

 span { border-color: rgb(123,158,187); }

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