#759BAC

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

Shades of Bali Hai #759BAC

Tints of Bali Hai #759BAC

Color information

#759BAC (or 0x759BAC) is unknown color: approx Bali Hai. HEX triplet: 75, 9B and AC. RGB value is (117,155,172). Sum of RGB (Red+Green+Blue) = 117+155+172=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #759BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759BAC is #8A6453. Grayscale: #919191. Windows color (decimal): -9069652 or 11311989. OLE color: 11311989.

HSL color Cylindrical-coordinate representation of color #759BAC: hue angle of 198.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759BAC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117155172-
CMYK0.320.1000.33
HSL198.55º24.89%56.67%-
HSV(B)198.55º31.98%67.45%-
XYZ26.530.243.46-
YUV145.58142.91107.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.35%
GREEN value IS 155 (60.94% from 255) = 34.91%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=26.35%
G=34.91%
B=38.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171551720.320.1000.33198.5524.8956.67
Hex759BAC20A021c71939
Octal16523325440120413073171
Binary11101011001101110101100100000101001000011100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759BAC; }

 p { color: rgb(117,155,172); }

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

<style>
 a { background-color: #759BAC; }

 a { background-color: rgb(117,155,172); }

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

<style>
 span { border-color: #759BAC; }

 span { border-color: rgb(117,155,172); }

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