#7795AB

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

Shades of Bali Hai #7795AB

Tints of Bali Hai #7795AB

Color information

#7795AB (or 0x7795AB) is unknown color: approx Bali Hai. HEX triplet: 77, 95 and AB. RGB value is (119,149,171). Sum of RGB (Red+Green+Blue) = 119+149+171=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #7795AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7795AB is #886A54. Grayscale: #8E8E8E. Windows color (decimal): -8940117 or 11244919. OLE color: 11244919.

HSL color Cylindrical-coordinate representation of color #7795AB: hue angle of 205.38º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7795AB is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119149171-
CMYK0.300.1300.33
HSL205.38º23.64%56.86%-
HSV(B)205.38º30.41%67.06%-
XYZ25.7128.3642.65-
YUV142.54144.06111.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.11%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=27.11%
G=33.94%
B=38.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191491710.300.1300.33205.3823.6456.86
Hex7795AB1ED021cd1839
Octal16722525336150413153071
Binary1110111100101011010101111110110101000011100110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7795AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7795AB; }

 p { color: rgb(119,149,171); }

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

<style>
 a { background-color: #7795AB; }

 a { background-color: rgb(119,149,171); }

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

<style>
 span { border-color: #7795AB; }

 span { border-color: rgb(119,149,171); }

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