#7582C2

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

Shades of Wild Blue Yonder #7582C2

Tints of Wild Blue Yonder #7582C2

Color information

#7582C2 (or 0x7582C2) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 82 and C2. RGB value is (117,130,194). Sum of RGB (Red+Green+Blue) = 117+130+194=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #7582C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7582C2 is #8A7D3D. Grayscale: #858585. Windows color (decimal): -9076030 or 12747381. OLE color: 12747381.

HSL color Cylindrical-coordinate representation of color #7582C2: hue angle of 229.87º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7582C2 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117130194-
CMYK0.400.3300.24
HSL229.87º38.69%60.98%-
HSV(B)229.87º39.69%76.08%-
XYZ25.0623.6454.28-
YUV133.41162.19116.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 194 (76.17% from 255) = 43.99%
R=26.53%
G=29.48%
B=43.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171301940.400.3300.24229.8738.6960.98
Hex7582C22821018e6273d
Octal16520230250410303464775
Binary1110101100000101100001010100010000101100011100110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7582C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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