#7580CB

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

Shades of Wild Blue Yonder #7580CB

Tints of Wild Blue Yonder #7580CB

Color information

#7580CB (or 0x7580CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 80 and CB. RGB value is (117,128,203). Sum of RGB (Red+Green+Blue) = 117+128+203=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #7580CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7580CB is #8A7F34. Grayscale: #848484. Windows color (decimal): -9076533 or 13336693. OLE color: 13336693.

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

Color convert

RGB117128203-
CMYK0.420.3700.20
HSL232.33º45.26%62.75%-
HSV(B)232.33º42.36%79.61%-
XYZ25.8323.5359.68-
YUV133.26167.36116.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=26.12%
G=28.57%
B=45.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171282030.420.3700.20232.3345.2662.75
Hex7580CB2A25014e82d3f
Octal16520031352450243505577
Binary1110101100000001100101110101010010101010011101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7580CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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