Html Css Color HEX #7997B3 Bali Hai

📋 copy color: '#7997B3'

red 121 ◦ green 151 ◦ blue 179

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

Shades of Bali Hai #7997B3

Tints of Bali Hai #7997B3

RGB

 RED value IS 121 (47.66% from 255) = 26.83%

 GREEN value IS 151 (59.38% from 255) = 33.48%

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

R = 26.83%
G = 33.48%
B = 39.69%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7997B3 (or 0x7997B3) is known color: Bali Hai. HEX triplet: 79, 97 and B3. RGB value is (121,151,179). Sum of RGB (Red+Green+Blue) = 121+151+179=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #7997B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997B3 is #86684C. Grayscale: #919191. Windows color (decimal): -8808525 or 11769721. OLE color: 11769721.

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

Color convert

RGB 121 151 179 -
CMYK 0.32 0.16 0 0.30
HSL 208.97º 0.28% 0.59% -
HSV(B) 208.97º 0.32% 0.7% -
XYZ 27.09 29.45 46.91 -
YUV 145.22 147.06 110.72 -
System Red Green Blue C M Y K H S L
Decimal 121 151 179 0.32 0.16 0 0.30 208.97 0.28 0.59
Hex 79 97 B3 20 10 0 1E D1 1C 3B
Octal 171 227 263 40 20 0 36 321 34 73
Binary 1111001 10010111 10110011 100000 10000 0 11110 11010001 11100 111011

Color Harmonies of #7997B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7997B3

Black with #7997B3

Text Example


Text Example

White with #7997B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,151,179); }

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

background-color css

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

 a { background-color: rgb(121,151,179); }

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

border-color css

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

 span { border-color: rgb(121,151,179); }

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