Html Css Color HEX #7B959F Bali Hai

📋 copy color: '#7B959F'

red 123 ◦ green 149 ◦ blue 159

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

Shades of Bali Hai #7B959F

Tints of Bali Hai #7B959F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.57%

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 28.54%
G = 34.57%
B = 36.89%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B959F (or 0x7B959F) is known color: Bali Hai. HEX triplet: 7B, 95 and 9F. RGB value is (123,149,159). Sum of RGB (Red+Green+Blue) = 123+149+159=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B959F is #846A60. Grayscale: #8E8E8E. Windows color (decimal): -8677985 or 10458491. OLE color: 10458491.

HSL color Cylindrical-coordinate representation of color #7B959F: hue angle of 196.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B959F is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 149 159 -
CMYK 0.23 0.06 0 0.38
HSL 196.67º 0.16% 0.55% -
HSV(B) 196.67º 0.23% 0.62% -
XYZ 25.17 28.21 36.92 -
YUV 142.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 123 149 159 0.23 0.06 0 0.38 196.67 0.16 0.55
Hex 7B 95 9F 17 6 0 26 C5 10 37
Octal 173 225 237 27 6 0 46 305 20 67
Binary 1111011 10010101 10011111 10111 110 0 100110 11000101 10000 110111

Color Harmonies of #7B959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B959F

Black with #7B959F

Text Example


Text Example

White with #7B959F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,149,159); }

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

background-color css

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

 a { background-color: rgb(123,149,159); }

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

border-color css

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

 span { border-color: rgb(123,149,159); }

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