#7493C9

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

Shades of Wild Blue Yonder #7493C9

Tints of Wild Blue Yonder #7493C9

Color information

#7493C9 (or 0x7493C9) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 93 and C9. RGB value is (116,147,201). Sum of RGB (Red+Green+Blue) = 116+147+201=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #7493C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7493C9 is #8B6C36. Grayscale: #8F8F8F. Windows color (decimal): -9137207 or 13210484. OLE color: 13210484.

HSL color Cylindrical-coordinate representation of color #7493C9: hue angle of 218.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7493C9 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116147201-
CMYK0.420.2700.21
HSL218.12º44.04%62.16%-
HSV(B)218.12º42.29%78.82%-
XYZ28.1828.859.33-
YUV143.89160.23108.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=25%
G=31.68%
B=43.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161472010.420.2700.21218.1244.0462.16
Hex7493C92A1B015da2c3e
Octal16422331152330253325476
Binary111010010010011110010011010101101101010111011010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7493C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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