#7580CA

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

Shades of Wild Blue Yonder #7580CA

Tints of Wild Blue Yonder #7580CA

Color information

#7580CA (or 0x7580CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 80 and CA. RGB value is (117,128,202). Sum of RGB (Red+Green+Blue) = 117+128+202=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #7580CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7580CA is #8A7F35. Grayscale: #848484. Windows color (decimal): -9076534 or 13271157. OLE color: 13271157.

HSL color Cylindrical-coordinate representation of color #7580CA: hue angle of 232.24º 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 #7580CA is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117128202-
CMYK0.420.3700.21
HSL232.24º44.5%62.55%-
HSV(B)232.24º42.08%79.22%-
XYZ25.7223.4859.05-
YUV133.15166.86116.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=26.17%
G=28.64%
B=45.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171282020.420.3700.21232.2444.562.55
Hex7580CA2A25015e82d3f
Octal16520031252450253505577
Binary1110101100000001100101010101010010101010111101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7580CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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