Html Css Color HEX #799ABA Bali Hai

📋 copy color: '#799ABA'

red 121 ◦ green 154 ◦ blue 186

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

Shades of Bali Hai #799ABA

Tints of Bali Hai #799ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 26.25%
G = 33.41%
B = 40.35%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#799ABA (or 0x799ABA) is known color: Bali Hai. HEX triplet: 79, 9A and BA. RGB value is (121,154,186). Sum of RGB (Red+Green+Blue) = 121+154+186=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #799ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ABA is #866545. Grayscale: #939393. Windows color (decimal): -8807750 or 12229241. OLE color: 12229241.

HSL color Cylindrical-coordinate representation of color #799ABA: hue angle of 209.54º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #799ABA is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 154 186 -
CMYK 0.35 0.17 0 0.27
HSL 209.54º 0.32% 0.6% -
HSV(B) 209.54º 0.35% 0.73% -
XYZ 28.3 30.72 50.89 -
YUV 147.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 121 154 186 0.35 0.17 0 0.27 209.54 0.32 0.6
Hex 79 9A BA 23 11 0 1B D2 20 3C
Octal 171 232 272 43 21 0 33 322 40 74
Binary 1111001 10011010 10111010 100011 10001 0 11011 11010010 100000 111100

Color Harmonies of #799ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799ABA

Black with #799ABA

Text Example


Text Example

White with #799ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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