#7590BB

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

Shades of Wild Blue Yonder #7590BB

Tints of Wild Blue Yonder #7590BB

Color information

#7590BB (or 0x7590BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 90 and BB. RGB value is (117,144,187). Sum of RGB (Red+Green+Blue) = 117+144+187=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #7590BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7590BB is #8A6F44. Grayscale: #8C8C8C. Windows color (decimal): -9072453 or 12292213. OLE color: 12292213.

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

Color convert

RGB117144187-
CMYK0.370.2300.27
HSL216.86º33.98%59.61%-
HSV(B)216.86º37.43%73.33%-
XYZ26.2827.3250.9-
YUV140.83154.05111-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=26.12%
G=32.14%
B=41.74%

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
Decimal1171441870.370.2300.27216.8633.9859.61
Hex7590BB251701Bd9223c
Octal16522027345270333314274
Binary111010110010000101110111001011011101101111011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7590BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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