#759AAD

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

Shades of Bali Hai #759AAD

Tints of Bali Hai #759AAD

Color information

#759AAD (or 0x759AAD) is unknown color: approx Bali Hai. HEX triplet: 75, 9A and AD. RGB value is (117,154,173). Sum of RGB (Red+Green+Blue) = 117+154+173=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #759AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759AAD is #8A6552. Grayscale: #909090. Windows color (decimal): -9069907 or 11377269. OLE color: 11377269.

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

Color convert

RGB117154173-
CMYK0.320.1100.32
HSL200.36º25.45%56.86%-
HSV(B)200.36º32.37%67.84%-
XYZ26.4329.9143.92-
YUV145.1143.74107.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.35%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=26.35%
G=34.68%
B=38.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171541730.320.1100.32200.3625.4556.86
Hex759AAD20B020c81939
Octal16523225540130403103171
Binary11101011001101010101101100000101101000001100100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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