Html Css Color HEX #7B9CB4 Bali Hai

📋 copy color: '#7B9CB4'

red 123 ◦ green 156 ◦ blue 180

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

Shades of Bali Hai #7B9CB4

Tints of Bali Hai #7B9CB4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.99%

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

R = 26.8%
G = 33.99%
B = 39.22%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7B9CB4 (or 0x7B9CB4) is known color: Bali Hai. HEX triplet: 7B, 9C and B4. RGB value is (123,156,180). Sum of RGB (Red+Green+Blue) = 123+156+180=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #7B9CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9CB4 is #84634B. Grayscale: #949494. Windows color (decimal): -8676172 or 11836539. OLE color: 11836539.

HSL color Cylindrical-coordinate representation of color #7B9CB4: hue angle of 205.26º 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 #7B9CB4 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 123 156 180 -
CMYK 0.32 0.13 0 0.29
HSL 205.26º 0.28% 0.59% -
HSV(B) 205.26º 0.32% 0.71% -
XYZ 28.3 31.28 47.73 -
YUV 148.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 123 156 180 0.32 0.13 0 0.29 205.26 0.28 0.59
Hex 7B 9C B4 20 D 0 1D CD 1C 3B
Octal 173 234 264 40 15 0 35 315 34 73
Binary 1111011 10011100 10110100 100000 1101 0 11101 11001101 11100 111011

Color Harmonies of #7B9CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9CB4

Black with #7B9CB4

Text Example


Text Example

White with #7B9CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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