Html Css Color HEX #799AB8 Bali Hai

📋 copy color: '#799AB8'

red 121 ◦ green 154 ◦ blue 184

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

Shades of Bali Hai #799AB8

Tints of Bali Hai #799AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.09%

R = 26.36%
G = 33.55%
B = 40.09%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#799AB8 (or 0x799AB8) is known color: Bali Hai. HEX triplet: 79, 9A and B8. RGB value is (121,154,184). Sum of RGB (Red+Green+Blue) = 121+154+184=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 184 - color contains mainly: blue. Hex color #799AB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AB8 is #866547. Grayscale: #939393. Windows color (decimal): -8807752 or 12098169. OLE color: 12098169.

HSL color Cylindrical-coordinate representation of color #799AB8: hue angle of 208.57º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #799AB8 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 121 154 184 -
CMYK 0.34 0.16 0 0.28
HSL 208.57º 0.31% 0.6% -
HSV(B) 208.57º 0.34% 0.72% -
XYZ 28.09 30.64 49.78 -
YUV 147.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 121 154 184 0.34 0.16 0 0.28 208.57 0.31 0.6
Hex 79 9A B8 22 10 0 1C D1 1F 3C
Octal 171 232 270 42 20 0 34 321 37 74
Binary 1111001 10011010 10111000 100010 10000 0 11100 11010001 11111 111100

Color Harmonies of #799AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799AB8

Black with #799AB8

Text Example


Text Example

White with #799AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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