#799BBD

Color #799BBD Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #799BBD

Tints of Bali Hai #799BBD

Color information

#799BBD (or 0x799BBD) is unknown color: approx Bali Hai. HEX triplet: 79, 9B and BD. RGB value is (121,155,189). Sum of RGB (Red+Green+Blue) = 121+155+189=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #799BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BBD is #866442. Grayscale: #949494. Windows color (decimal): -8807491 or 12426105. OLE color: 12426105.

HSL color Cylindrical-coordinate representation of color #799BBD: hue angle of 210º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #799BBD is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121155189-
CMYK0.360.1800.26
HSL210º34%60.78%-
HSV(B)210º35.98%74.12%-
XYZ28.7931.1852.65-
YUV148.71150.74108.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.02%
GREEN value IS 155 (60.94% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=26.02%
G=33.33%
B=40.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211551890.360.1800.262103460.78
Hex799BBD241201Ad2223d
Octal17123327544220323224275
Binary111100110011011101111011001001001001101011010010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #799BBD;
 }
 .AnyTagClassName
 {
   color: #799BBD;
 }
</style>
background-color css

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

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

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

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

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

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