#759BAD

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

Shades of Bali Hai #759BAD

Tints of Bali Hai #759BAD

Color information

#759BAD (or 0x759BAD) is unknown color: approx Bali Hai. HEX triplet: 75, 9B and AD. RGB value is (117,155,173). Sum of RGB (Red+Green+Blue) = 117+155+173=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #759BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759BAD is #8A6452. Grayscale: #919191. Windows color (decimal): -9069651 or 11377525. OLE color: 11377525.

HSL color Cylindrical-coordinate representation of color #759BAD: hue angle of 199.29º 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 #759BAD is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117155173-
CMYK0.320.1000.32
HSL199.29º25.45%56.86%-
HSV(B)199.29º32.37%67.84%-
XYZ26.630.2443.97-
YUV145.69143.41107.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.29%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=26.29%
G=34.83%
B=38.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171551730.320.1000.32199.2925.4556.86
Hex759BAD20A020c71939
Octal16523325540120403073171
Binary11101011001101110101101100000101001000001100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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