#7480C1

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

Shades of Wild Blue Yonder #7480C1

Tints of Wild Blue Yonder #7480C1

Color information

#7480C1 (or 0x7480C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 80 and C1. RGB value is (116,128,193). Sum of RGB (Red+Green+Blue) = 116+128+193=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #7480C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7480C1 is #8B7F3E. Grayscale: #838383. Windows color (decimal): -9142079 or 12681332. OLE color: 12681332.

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

Color convert

RGB116128193-
CMYK0.400.3400.24
HSL230.65º38.31%60.59%-
HSV(B)230.65º39.9%75.69%-
XYZ24.552353.6-
YUV131.82162.52116.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.54%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 193 (75.78% from 255) = 44.16%
R=26.54%
G=29.29%
B=44.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161281930.400.3400.24230.6538.3160.59
Hex7480C12822018e7263d
Octal16420030150420303474675
Binary1110100100000001100000110100010001001100011100111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7480C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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