#759AA4

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

Shades of Bali Hai #759AA4

Tints of Bali Hai #759AA4

Color information

#759AA4 (or 0x759AA4) is unknown color: approx Bali Hai. HEX triplet: 75, 9A and A4. RGB value is (117,154,164). Sum of RGB (Red+Green+Blue) = 117+154+164=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #759AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759AA4 is #8A655B. Grayscale: #909090. Windows color (decimal): -9069916 or 10787445. OLE color: 10787445.

HSL color Cylindrical-coordinate representation of color #759AA4: hue angle of 192.77º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #759AA4 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB117154164-
CMYK0.290.0600.36
HSL192.77º20.52%55.1%-
HSV(B)192.77º28.66%64.31%-
XYZ25.5929.5739.48-
YUV144.08139.24108.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=26.90%
G=35.40%
B=37.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171541640.290.0600.36192.7720.5255.1
Hex759AA41D6024c11537
Octal1652322443560443012567
Binary111010110011010101001001110111001001001100000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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