#7590BC

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

Shades of Wild Blue Yonder #7590BC

Tints of Wild Blue Yonder #7590BC

Color information

#7590BC (or 0x7590BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 90 and BC. RGB value is (117,144,188). Sum of RGB (Red+Green+Blue) = 117+144+188=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #7590BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7590BC is #8A6F43. Grayscale: #8C8C8C. Windows color (decimal): -9072452 or 12357749. OLE color: 12357749.

HSL color Cylindrical-coordinate representation of color #7590BC: hue angle of 217.18º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7590BC is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117144188-
CMYK0.380.2300.26
HSL217.18º34.63%59.8%-
HSV(B)217.18º37.77%73.73%-
XYZ26.3927.3651.47-
YUV140.94154.55110.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=26.06%
G=32.07%
B=41.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171441880.380.2300.26217.1834.6359.8
Hex7590BC261701Ad9233c
Octal16522027446270323314374
Binary111010110010000101111001001101011101101011011001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7590BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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