Html Css Color HEX #7896B3 Bali Hai

📋 copy color: '#7896B3'

red 120 ◦ green 150 ◦ blue 179

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

Shades of Bali Hai #7896B3

Tints of Bali Hai #7896B3

RGB

 RED value IS 120 (47.27% from 255) = 26.73%

 GREEN value IS 150 (58.98% from 255) = 33.41%

 BLUE value IS 179 (70.31% from 255) = 39.87%

R = 26.73%
G = 33.41%
B = 39.87%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7896B3 (or 0x7896B3) is known color: Bali Hai. HEX triplet: 78, 96 and B3. RGB value is (120,150,179). Sum of RGB (Red+Green+Blue) = 120+150+179=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #7896B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7896B3 is #87694C. Grayscale: #909090. Windows color (decimal): -8874317 or 11769464. OLE color: 11769464.

HSL color Cylindrical-coordinate representation of color #7896B3: hue angle of 209.49º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7896B3 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 150 179 -
CMYK 0.33 0.16 0 0.30
HSL 209.49º 0.28% 0.59% -
HSV(B) 209.49º 0.33% 0.7% -
XYZ 26.79 29.06 46.85 -
YUV 144.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 120 150 179 0.33 0.16 0 0.30 209.49 0.28 0.59
Hex 78 96 B3 21 10 0 1E D1 1C 3B
Octal 170 226 263 41 20 0 36 321 34 73
Binary 1111000 10010110 10110011 100001 10000 0 11110 11010001 11100 111011

Color Harmonies of #7896B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7896B3

Black with #7896B3

Text Example


Text Example

White with #7896B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7896B3; }

 p { color: rgb(120,150,179); }

 H1.HeaderClassName
 {
   color: #7896B3;
 }
 .AnyTagClassName
 {
   color: #7896B3;
 }
</style>

background-color css

<style>
 a { background-color: #7896B3; }

 a { background-color: rgb(120,150,179); }

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

border-color css

<style>
 span { border-color: #7896B3; }

 span { border-color: rgb(120,150,179); }

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