Html Css Color HEX #799BBB Bali Hai

📋 copy color: '#799BBB'

red 121 ◦ green 155 ◦ blue 187

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

Shades of Bali Hai #799BBB

Tints of Bali Hai #799BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 26.13%
G = 33.48%
B = 40.39%

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

#799BBB (or 0x799BBB) is known color: Bali Hai. HEX triplet: 79, 9B and BB. RGB value is (121,155,187). Sum of RGB (Red+Green+Blue) = 121+155+187=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #799BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BBB is #866444. Grayscale: #949494. Windows color (decimal): -8807493 or 12295033. OLE color: 12295033.

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

Color convert

RGB 121 155 187 -
CMYK 0.35 0.17 0 0.27
HSL 209.09º 0.33% 0.6% -
HSV(B) 209.09º 0.35% 0.73% -
XYZ 28.58 31.1 51.51 -
YUV 148.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 121 155 187 0.35 0.17 0 0.27 209.09 0.33 0.6
Hex 79 9B BB 23 11 0 1B D1 21 3C
Octal 171 233 273 43 21 0 33 321 41 74
Binary 1111001 10011011 10111011 100011 10001 0 11011 11010001 100001 111100

Color Harmonies of #799BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BBB

Black with #799BBB

Text Example


Text Example

White with #799BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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