#7592D0

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

Shades of Wild Blue Yonder #7592D0

Tints of Wild Blue Yonder #7592D0

Color information

#7592D0 (or 0x7592D0) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 92 and D0. RGB value is (117,146,208). Sum of RGB (Red+Green+Blue) = 117+146+208=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #7592D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592D0 is #8A6D2F. Grayscale: #909090. Windows color (decimal): -9071920 or 13668981. OLE color: 13668981.

HSL color Cylindrical-coordinate representation of color #7592D0: hue angle of 220.88º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7592D0 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117146208-
CMYK0.440.3000.18
HSL220.88º49.19%63.73%-
HSV(B)220.88º43.75%81.57%-
XYZ2928.8963.72-
YUV144.4163.89108.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.84%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 208 (81.64% from 255) = 44.16%
R=24.84%
G=31.00%
B=44.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171462080.440.3000.18220.8849.1963.73
Hex7592D02C1E012dd3140
Octal165222320543602233561100
Binary1110101100100101101000010110011110010010110111011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7592D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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