#7391CE

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

Shades of Wild Blue Yonder #7391CE

Tints of Wild Blue Yonder #7391CE

Color information

#7391CE (or 0x7391CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 91 and CE. RGB value is (115,145,206). Sum of RGB (Red+Green+Blue) = 115+145+206=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #7391CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7391CE is #8C6E31. Grayscale: #8E8E8E. Windows color (decimal): -9203250 or 13537651. OLE color: 13537651.

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

Color convert

RGB115145206-
CMYK0.440.3000.19
HSL220.22º48.15%62.94%-
HSV(B)220.22º44.17%80.78%-
XYZ28.3428.3562.37-
YUV142.98163.56108.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.68%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 206 (80.86% from 255) = 44.21%
R=24.68%
G=31.12%
B=44.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1151452060.440.3000.19220.2248.1562.94
Hex7391CE2C1E013dc303f
Octal16322131654360233346077
Binary111001110010001110011101011001111001001111011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7391CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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