#7592CA

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

Shades of Wild Blue Yonder #7592CA

Tints of Wild Blue Yonder #7592CA

Color information

#7592CA (or 0x7592CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 92 and CA. RGB value is (117,146,202). Sum of RGB (Red+Green+Blue) = 117+146+202=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #7592CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592CA is #8A6D35. Grayscale: #8F8F8F. Windows color (decimal): -9071926 or 13275765. OLE color: 13275765.

HSL color Cylindrical-coordinate representation of color #7592CA: hue angle of 219.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7592CA is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117146202-
CMYK0.420.2800.21
HSL219.53º44.5%62.55%-
HSV(B)219.53º42.08%79.22%-
XYZ28.2828.659.91-
YUV143.71160.89108.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.16%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=25.16%
G=31.40%
B=43.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171462020.420.2800.21219.5344.562.55
Hex7592CA2A1C015dc2d3f
Octal16522231252340253345577
Binary111010110010010110010101010101110001010111011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7592CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7592CA; }

 p { color: rgb(117,146,202); }

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

<style>
 a { background-color: #7592CA; }

 a { background-color: rgb(117,146,202); }

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

<style>
 span { border-color: #7592CA; }

 span { border-color: rgb(117,146,202); }

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