Html Css Color HEX #799AB0 Bali Hai

📋 copy color: '#799AB0'

red 121 ◦ green 154 ◦ blue 176

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

Shades of Bali Hai #799AB0

Tints of Bali Hai #799AB0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.15%

 BLUE value IS 176 (69.14% from 255) = 39.02%

R = 26.83%
G = 34.15%
B = 39.02%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#799AB0 (or 0x799AB0) is known color: Bali Hai. HEX triplet: 79, 9A and B0. RGB value is (121,154,176). Sum of RGB (Red+Green+Blue) = 121+154+176=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 176 - color contains mainly: blue. Hex color #799AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799AB0 is #86654F. Grayscale: #929292. Windows color (decimal): -8807760 or 11573881. OLE color: 11573881.

HSL color Cylindrical-coordinate representation of color #799AB0: hue angle of 204º degrees, saturation: 0.26, 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 #799AB0 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 154 176 -
CMYK 0.31 0.12 0 0.31
HSL 204º 0.26% 0.58% -
HSV(B) 204º 0.31% 0.69% -
XYZ 27.28 30.31 45.49 -
YUV 146.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 121 154 176 0.31 0.12 0 0.31 204 0.26 0.58
Hex 79 9A B0 1F C 0 1F CC 1A 3A
Octal 171 232 260 37 14 0 37 314 32 72
Binary 1111001 10011010 10110000 11111 1100 0 11111 11001100 11010 111010

Color Harmonies of #799AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799AB0

Black with #799AB0

Text Example


Text Example

White with #799AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,154,176); }

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

background-color css

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

 a { background-color: rgb(121,154,176); }

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

border-color css

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

 span { border-color: rgb(121,154,176); }

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