#799ABB

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

Shades of Bali Hai #799ABB

Tints of Bali Hai #799ABB

Color information

#799ABB (or 0x799ABB) is unknown color: approx Bali Hai. HEX triplet: 79, 9A and BB. RGB value is (121,154,187). Sum of RGB (Red+Green+Blue) = 121+154+187=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #799ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ABB is #866544. Grayscale: #939393. Windows color (decimal): -8807749 or 12294777. OLE color: 12294777.

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

Color convert

RGB121154187-
CMYK0.350.1800.27
HSL210º32.67%60.39%-
HSV(B)210º35.29%73.33%-
XYZ28.4130.7651.45-
YUV147.9150.07108.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.19%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=26.19%
G=33.33%
B=40.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211541870.350.1800.2721032.6760.39
Hex799ABB231201Bd2213c
Octal17123227343220333224174
Binary111100110011010101110111000111001001101111010010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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