#7394CE

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

Shades of Wild Blue Yonder #7394CE

Tints of Wild Blue Yonder #7394CE

Color information

#7394CE (or 0x7394CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 94 and CE. RGB value is (115,148,206). Sum of RGB (Red+Green+Blue) = 115+148+206=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #7394CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7394CE is #8C6B31. Grayscale: #909090. Windows color (decimal): -9202482 or 13538419. OLE color: 13538419.

HSL color Cylindrical-coordinate representation of color #7394CE: hue angle of 218.24º 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 #7394CE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB115148206-
CMYK0.440.2800.19
HSL218.24º48.15%62.94%-
HSV(B)218.24º44.17%80.78%-
XYZ28.829.2862.53-
YUV144.74162.57106.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.52%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=24.52%
G=31.56%
B=43.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1151482060.440.2800.19218.2448.1562.94
Hex7394CE2C1C013da303f
Octal16322431654340233326077
Binary111001110010100110011101011001110001001111011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7394CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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