#7393CE

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

Shades of Wild Blue Yonder #7393CE

Tints of Wild Blue Yonder #7393CE

Color information

#7393CE (or 0x7393CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 93 and CE. RGB value is (115,147,206). Sum of RGB (Red+Green+Blue) = 115+147+206=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #7393CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7393CE is #8C6C31. Grayscale: #8F8F8F. Windows color (decimal): -9202738 or 13538163. OLE color: 13538163.

HSL color Cylindrical-coordinate representation of color #7393CE: hue angle of 218.9º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7393CE is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB115147206-
CMYK0.440.2900.19
HSL218.9º48.15%62.94%-
HSV(B)218.9º44.17%80.78%-
XYZ28.6428.9762.47-
YUV144.16162.9107.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.57%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 206 (80.86% from 255) = 44.02%
R=24.57%
G=31.41%
B=44.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1151472060.440.2900.19218.948.1562.94
Hex7393CE2C1D013db303f
Octal16322331654350233336077
Binary111001110010011110011101011001110101001111011011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7393CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7393CE; }

 p { color: rgb(115,147,206); }

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

<style>
 a { background-color: #7393CE; }

 a { background-color: rgb(115,147,206); }

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

<style>
 span { border-color: #7393CE; }

 span { border-color: rgb(115,147,206); }

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