Html Css Color HEX #7B93AB Bali Hai

📋 copy color: '#7B93AB'

red 123 ◦ green 147 ◦ blue 171

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

Shades of Bali Hai #7B93AB

Tints of Bali Hai #7B93AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.33%

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 27.89%
G = 33.33%
B = 38.78%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B93AB (or 0x7B93AB) is known color: Bali Hai. HEX triplet: 7B, 93 and AB. RGB value is (123,147,171). Sum of RGB (Red+Green+Blue) = 123+147+171=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B93AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B93AB is #846C54. Grayscale: #8E8E8E. Windows color (decimal): -8678485 or 11244411. OLE color: 11244411.

HSL color Cylindrical-coordinate representation of color #7B93AB: hue angle of 210º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B93AB is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 147 171 -
CMYK 0.28 0.14 0 0.33
HSL 210º 0.22% 0.58% -
HSV(B) 210º 0.28% 0.67% -
XYZ 25.95 28.02 42.57 -
YUV 142.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 123 147 171 0.28 0.14 0 0.33 210 0.22 0.58
Hex 7B 93 AB 1C E 0 21 D2 16 3A
Octal 173 223 253 34 16 0 41 322 26 72
Binary 1111011 10010011 10101011 11100 1110 0 100001 11010010 10110 111010

Color Harmonies of #7B93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B93AB

Black with #7B93AB

Text Example


Text Example

White with #7B93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,147,171); }

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

background-color css

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

 a { background-color: rgb(123,147,171); }

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

border-color css

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

 span { border-color: rgb(123,147,171); }

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