#7582c9

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

Shades of Wild Blue Yonder #7582C9

Tints of Wild Blue Yonder #7582C9

Color information

#7582C9 (or 0x7582C9) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 82 and C9. RGB value is (117,130,201). Sum of RGB (Red+Green+Blue) = 117+130+201=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #7582C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7582C9 is #8A7D36. Grayscale: #858585. Windows color (decimal): -9076023 or 13206133. OLE color: 13206133.

HSL color Cylindrical-coordinate representation of color #7582C9: hue angle of 230.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7582C9 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117130201-
CMYK0.420.3500.21
HSL230.71º43.75%62.35%-
HSV(B)230.71º41.79%78.82%-
XYZ25.8623.9658.52-
YUV134.21165.69115.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 201 (78.91% from 255) = 44.87%
R=26.12%
G=29.02%
B=44.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171302010.420.3500.21230.7143.7562.35
Hex7582C92A23015e72c3e
Octal16520231152430253475476
Binary1110101100000101100100110101010001101010111100111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7582c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7582c9; }

 p { color: rgb(117,130,201); }

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

<style>
 a { background-color: #7582c9; }

 a { background-color: rgb(117,130,201); }

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

<style>
 span { border-color: #7582c9; }

 span { border-color: rgb(117,130,201); }

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