#759BB4

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

Shades of Bali Hai #759BB4

Tints of Bali Hai #759BB4

Color information

#759BB4 (or 0x759BB4) is unknown color: approx Bali Hai. HEX triplet: 75, 9B and B4. RGB value is (117,155,180). Sum of RGB (Red+Green+Blue) = 117+155+180=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #759BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BB4 is #8A644B. Grayscale: #929292. Windows color (decimal): -9069644 or 11836277. OLE color: 11836277.

HSL color Cylindrical-coordinate representation of color #759BB4: hue angle of 203.81º 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 #759BB4 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117155180-
CMYK0.350.1400.29
HSL203.81º29.58%58.24%-
HSV(B)203.81º35%70.59%-
XYZ27.330.5247.63-
YUV146.49146.91106.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.88%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 180 (70.70% from 255) = 39.82%
R=25.88%
G=34.29%
B=39.82%

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
Decimal1171551800.350.1400.29203.8129.5858.24
Hex759BB423E01Dcc1e3a
Octal16523326443160353143672
Binary1110101100110111011010010001111100111011100110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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