#759DAD

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

Shades of Bali Hai #759DAD

Tints of Bali Hai #759DAD

Color information

#759DAD (or 0x759DAD) is unknown color: approx Bali Hai. HEX triplet: 75, 9D and AD. RGB value is (117,157,173). Sum of RGB (Red+Green+Blue) = 117+157+173=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #759DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759DAD is #8A6252. Grayscale: #929292. Windows color (decimal): -9069139 or 11378037. OLE color: 11378037.

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

Color convert

RGB117157173-
CMYK0.320.0900.32
HSL197.14º25.45%56.86%-
HSV(B)197.14º32.37%67.84%-
XYZ26.9430.9144.08-
YUV146.86142.75106.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=26.17%
G=35.12%
B=38.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171571730.320.0900.32197.1425.4556.86
Hex759DAD209020c51939
Octal16523525540110403053171
Binary11101011001110110101101100000100101000001100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,157,173); }

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

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

 a { background-color: rgb(117,157,173); }

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

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

 span { border-color: rgb(117,157,173); }

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