#7592CB

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

Shades of Wild Blue Yonder #7592CB

Tints of Wild Blue Yonder #7592CB

Color information

#7592CB (or 0x7592CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 92 and CB. RGB value is (117,146,203). Sum of RGB (Red+Green+Blue) = 117+146+203=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #7592CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592CB is #8A6D34. Grayscale: #8F8F8F. Windows color (decimal): -9071925 or 13341301. OLE color: 13341301.

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

Color convert

RGB117146203-
CMYK0.420.2800.20
HSL219.77º45.26%62.75%-
HSV(B)219.77º42.36%79.61%-
XYZ28.3928.6560.53-
YUV143.83161.39108.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.11%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=25.11%
G=31.33%
B=43.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171462030.420.2800.20219.7745.2662.75
Hex7592CB2A1C014dc2d3f
Octal16522231352340243345577
Binary111010110010010110010111010101110001010011011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7592CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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