Html Css Color HEX #7B9EAA Bali Hai

📋 copy color: '#7B9EAA'

red 123 ◦ green 158 ◦ blue 170

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

Shades of Bali Hai #7B9EAA

Tints of Bali Hai #7B9EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.69%

R = 27.27%
G = 35.03%
B = 37.69%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B9EAA (or 0x7B9EAA) is known color: Bali Hai. HEX triplet: 7B, 9E and AA. RGB value is (123,158,170). Sum of RGB (Red+Green+Blue) = 123+158+170=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B9EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9EAA is #846155. Grayscale: #949494. Windows color (decimal): -8675670 or 11181691. OLE color: 11181691.

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

Color convert

RGB 123 158 170 -
CMYK 0.28 0.07 0 0.33
HSL 195.32º 0.22% 0.57% -
HSV(B) 195.32º 0.28% 0.67% -
XYZ 27.65 31.57 42.67 -
YUV 148.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 123 158 170 0.28 0.07 0 0.33 195.32 0.22 0.57
Hex 7B 9E AA 1C 7 0 21 C3 16 39
Octal 173 236 252 34 7 0 41 303 26 71
Binary 1111011 10011110 10101010 11100 111 0 100001 11000011 10110 111001

Color Harmonies of #7B9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9EAA

Black with #7B9EAA

Text Example


Text Example

White with #7B9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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