#7590BA

Color #7590BA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7590BA

Tints of Wild Blue Yonder #7590BA

Color information

#7590BA (or 0x7590BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 90 and BA. RGB value is (117,144,186). Sum of RGB (Red+Green+Blue) = 117+144+186=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #7590BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7590BA is #8A6F45. Grayscale: #8C8C8C. Windows color (decimal): -9072454 or 12226677. OLE color: 12226677.

HSL color Cylindrical-coordinate representation of color #7590BA: hue angle of 216.52º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7590BA is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117144186-
CMYK0.370.2300.27
HSL216.52º33.33%59.41%-
HSV(B)216.52º37.1%72.94%-
XYZ26.1727.2750.34-
YUV140.72153.55111.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=26.17%
G=32.21%
B=41.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171441860.370.2300.27216.5233.3359.41
Hex7590BA251701Bd9213b
Octal16522027245270333314173
Binary111010110010000101110101001011011101101111011001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7590BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7590BA; }

 p { color: rgb(117,144,186); }

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

<style>
 a { background-color: #7590BA; }

 a { background-color: rgb(117,144,186); }

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

<style>
 span { border-color: #7590BA; }

 span { border-color: rgb(117,144,186); }

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