#7393BB

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

Shades of Wild Blue Yonder #7393BB

Tints of Wild Blue Yonder #7393BB

Color information

#7393BB (or 0x7393BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 93 and BB. RGB value is (115,147,187). Sum of RGB (Red+Green+Blue) = 115+147+187=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #7393BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7393BB is #8C6C44. Grayscale: #8D8D8D. Windows color (decimal): -9202757 or 12292979. OLE color: 12292979.

HSL color Cylindrical-coordinate representation of color #7393BB: hue angle of 213.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7393BB is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115147187-
CMYK0.390.2100.27
HSL213.33º34.62%59.22%-
HSV(B)213.33º38.5%73.33%-
XYZ26.4728.151.04-
YUV141.99153.4108.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.61%
GREEN value IS 147 (57.81% from 255) = 32.74%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=25.61%
G=32.74%
B=41.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151471870.390.2100.27213.3334.6259.22
Hex7393BB271501Bd5233b
Octal16322327347250333254373
Binary111001110010011101110111001111010101101111010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7393BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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