#759FB3

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

Shades of Bali Hai #759FB3

Tints of Bali Hai #759FB3

Color information

#759FB3 (or 0x759FB3) is unknown color: approx Bali Hai. HEX triplet: 75, 9F and B3. RGB value is (117,159,179). Sum of RGB (Red+Green+Blue) = 117+159+179=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #759FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FB3 is #8A604C. Grayscale: #949494. Windows color (decimal): -9068621 or 11771765. OLE color: 11771765.

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

Color convert

RGB117159179-
CMYK0.350.1100.30
HSL199.35º28.97%58.04%-
HSV(B)199.35º34.64%70.2%-
XYZ27.8731.8347.32-
YUV148.72145.09105.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.71%
GREEN value IS 159 (62.5% from 255) = 34.95%
BLUE value IS 179 (70.31% from 255) = 39.34%
R=25.71%
G=34.95%
B=39.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171591790.350.1100.30199.3528.9758.04
Hex759FB323B01Ec71d3a
Octal16523726343130363073572
Binary1110101100111111011001110001110110111101100011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,159,179); }

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

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

 a { background-color: rgb(117,159,179); }

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

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

 span { border-color: rgb(117,159,179); }

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