#759AB4

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

Shades of Bali Hai #759AB4

Tints of Bali Hai #759AB4

Color information

#759AB4 (or 0x759AB4) is unknown color: approx Bali Hai. HEX triplet: 75, 9A and B4. RGB value is (117,154,180). Sum of RGB (Red+Green+Blue) = 117+154+180=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #759AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759AB4 is #8A654B. Grayscale: #919191. Windows color (decimal): -9069900 or 11836021. OLE color: 11836021.

HSL color Cylindrical-coordinate representation of color #759AB4: hue angle of 204.76º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #759AB4 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117154180-
CMYK0.350.1400.29
HSL204.76º29.58%58.24%-
HSV(B)204.76º35%70.59%-
XYZ27.1330.1947.58-
YUV145.9147.24107.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.94%
GREEN value IS 154 (60.55% from 255) = 34.15%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=25.94%
G=34.15%
B=39.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171541800.350.1400.29204.7629.5858.24
Hex759AB423E01Dcd1e3a
Octal16523226443160353153672
Binary1110101100110101011010010001111100111011100110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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