#7482C1

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

Shades of Wild Blue Yonder #7482C1

Tints of Wild Blue Yonder #7482C1

Color information

#7482C1 (or 0x7482C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 82 and C1. RGB value is (116,130,193). Sum of RGB (Red+Green+Blue) = 116+130+193=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #7482C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7482C1 is #8B7D3E. Grayscale: #848484. Windows color (decimal): -9141567 or 12681844. OLE color: 12681844.

HSL color Cylindrical-coordinate representation of color #7482C1: hue angle of 229.09º degrees, saturation: 0.38, 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 #7482C1 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB116130193-
CMYK0.400.3300.24
HSL229.09º38.31%60.59%-
HSV(B)229.09º39.9%75.69%-
XYZ24.8123.5353.69-
YUV133161.86115.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=26.42%
G=29.61%
B=43.96%

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
Decimal1161301930.400.3300.24229.0938.3160.59
Hex7482C12821018e5263d
Octal16420230150410303454675
Binary1110100100000101100000110100010000101100011100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7482C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7482C1; }

 p { color: rgb(116,130,193); }

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

<style>
 a { background-color: #7482C1; }

 a { background-color: rgb(116,130,193); }

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

<style>
 span { border-color: #7482C1; }

 span { border-color: rgb(116,130,193); }

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