Html Css Color HEX #799BBA Bali Hai

📋 copy color: '#799BBA'

red 121 ◦ green 155 ◦ blue 186

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

Shades of Bali Hai #799BBA

Tints of Bali Hai #799BBA

RGB

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

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

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

R = 26.19%
G = 33.55%
B = 40.26%

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

#799BBA (or 0x799BBA) is known color: Bali Hai. HEX triplet: 79, 9B and BA. RGB value is (121,155,186). Sum of RGB (Red+Green+Blue) = 121+155+186=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #799BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BBA is #866445. Grayscale: #949494. Windows color (decimal): -8807494 or 12229497. OLE color: 12229497.

HSL color Cylindrical-coordinate representation of color #799BBA: hue angle of 208.62º 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 #799BBA is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 155 186 -
CMYK 0.35 0.17 0 0.27
HSL 208.62º 0.32% 0.6% -
HSV(B) 208.62º 0.35% 0.73% -
XYZ 28.47 31.05 50.95 -
YUV 148.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 121 155 186 0.35 0.17 0 0.27 208.62 0.32 0.6
Hex 79 9B BA 23 11 0 1B D1 20 3C
Octal 171 233 272 43 21 0 33 321 40 74
Binary 1111001 10011011 10111010 100011 10001 0 11011 11010001 100000 111100

Color Harmonies of #799BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BBA

Black with #799BBA

Text Example


Text Example

White with #799BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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