#7592CE

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

Shades of Wild Blue Yonder #7592CE

Tints of Wild Blue Yonder #7592CE

Color information

#7592CE (or 0x7592CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 92 and CE. RGB value is (117,146,206). Sum of RGB (Red+Green+Blue) = 117+146+206=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #7592CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592CE is #8A6D31. Grayscale: #8F8F8F. Windows color (decimal): -9071922 or 13537909. OLE color: 13537909.

HSL color Cylindrical-coordinate representation of color #7592CE: hue angle of 220.45º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7592CE is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117146206-
CMYK0.430.2900.19
HSL220.45º47.59%63.33%-
HSV(B)220.45º43.2%80.78%-
XYZ28.7628.862.44-
YUV144.17162.89108.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=24.95%
G=31.13%
B=43.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171462060.430.2900.19220.4547.5963.33
Hex7592CE2B1D013dc303f
Octal16522231653350233346077
Binary111010110010010110011101010111110101001111011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7592CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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