#7580CC

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

Shades of Wild Blue Yonder #7580CC

Tints of Wild Blue Yonder #7580CC

Color information

#7580CC (or 0x7580CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 80 and CC. RGB value is (117,128,204). Sum of RGB (Red+Green+Blue) = 117+128+204=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #7580CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7580CC is #8A7F33. Grayscale: #858585. Windows color (decimal): -9076532 or 13402229. OLE color: 13402229.

HSL color Cylindrical-coordinate representation of color #7580CC: hue angle of 232.41º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7580CC is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117128204-
CMYK0.430.3700.2
HSL232.41º46.03%62.94%-
HSV(B)232.41º42.65%80%-
XYZ25.9523.5860.31-
YUV133.38167.86116.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=26.06%
G=28.51%
B=45.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171282040.430.3700.2232.4146.0362.94
Hex7580CC2B25014e82e3f
Octal16520031453450243505677
Binary1110101100000001100110010101110010101010011101000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7580CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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