#759EAD

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

Shades of Bali Hai #759EAD

Tints of Bali Hai #759EAD

Color information

#759EAD (or 0x759EAD) is unknown color: approx Bali Hai. HEX triplet: 75, 9E and AD. RGB value is (117,158,173). Sum of RGB (Red+Green+Blue) = 117+158+173=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #759EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759EAD is #8A6152. Grayscale: #939393. Windows color (decimal): -9068883 or 11378293. OLE color: 11378293.

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

Color convert

RGB117158173-
CMYK0.320.0900.32
HSL196.07º25.45%56.86%-
HSV(B)196.07º32.37%67.84%-
XYZ27.1131.2544.14-
YUV147.45142.42106.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 158 (62.11% from 255) = 35.27%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=26.12%
G=35.27%
B=38.62%

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
Decimal1171581730.320.0900.32196.0725.4556.86
Hex759EAD209020c41939
Octal16523625540110403043171
Binary11101011001111010101101100000100101000001100010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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