Html Css Color HEX #799BAF Bali Hai

📋 copy color: '#799BAF'

red 121 ◦ green 155 ◦ blue 175

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

Shades of Bali Hai #799BAF

Tints of Bali Hai #799BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.37%

 BLUE value IS 175 (68.75% from 255) = 38.8%

R = 26.83%
G = 34.37%
B = 38.8%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#799BAF (or 0x799BAF) is known color: Bali Hai. HEX triplet: 79, 9B and AF. RGB value is (121,155,175). Sum of RGB (Red+Green+Blue) = 121+155+175=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #799BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799BAF is #866450. Grayscale: #939393. Windows color (decimal): -8807505 or 11508601. OLE color: 11508601.

HSL color Cylindrical-coordinate representation of color #799BAF: hue angle of 202.22º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #799BAF is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 155 175 -
CMYK 0.31 0.11 0 0.31
HSL 202.22º 0.25% 0.58% -
HSV(B) 202.22º 0.31% 0.69% -
XYZ 27.34 30.6 45.02 -
YUV 147.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 121 155 175 0.31 0.11 0 0.31 202.22 0.25 0.58
Hex 79 9B AF 1F B 0 1F CA 19 3A
Octal 171 233 257 37 13 0 37 312 31 72
Binary 1111001 10011011 10101111 11111 1011 0 11111 11001010 11001 111010

Color Harmonies of #799BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BAF

Black with #799BAF

Text Example


Text Example

White with #799BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799BAF; }

 p { color: rgb(121,155,175); }

 H1.HeaderClassName
 {
   color: #799BAF;
 }
 .AnyTagClassName
 {
   color: #799BAF;
 }
</style>

background-color css

<style>
 a { background-color: #799BAF; }

 a { background-color: rgb(121,155,175); }

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

border-color css

<style>
 span { border-color: #799BAF; }

 span { border-color: rgb(121,155,175); }

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