#7493CC

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

Shades of Wild Blue Yonder #7493CC

Tints of Wild Blue Yonder #7493CC

Color information

#7493CC (or 0x7493CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 93 and CC. RGB value is (116,147,204). Sum of RGB (Red+Green+Blue) = 116+147+204=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #7493CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7493CC is #8B6C33. Grayscale: #8F8F8F. Windows color (decimal): -9137204 or 13407092. OLE color: 13407092.

HSL color Cylindrical-coordinate representation of color #7493CC: hue angle of 218.86º 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 #7493CC is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB116147204-
CMYK0.430.2800.2
HSL218.86º46.32%62.75%-
HSV(B)218.86º43.14%80%-
XYZ28.5428.9461.21-
YUV144.23161.73107.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.84%
GREEN value IS 147 (57.81% from 255) = 31.48%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=24.84%
G=31.48%
B=43.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161472040.430.2800.2218.8646.3262.75
Hex7493CC2B1C014db2e3f
Octal16422331453340243335677
Binary111010010010011110011001010111110001010011011011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7493CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,147,204); }

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

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

 a { background-color: rgb(116,147,204); }

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

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

 span { border-color: rgb(116,147,204); }

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