#7393BC

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

Shades of Wild Blue Yonder #7393BC

Tints of Wild Blue Yonder #7393BC

Color information

#7393BC (or 0x7393BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 93 and BC. RGB value is (115,147,188). Sum of RGB (Red+Green+Blue) = 115+147+188=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #7393BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7393BC is #8C6C43. Grayscale: #8D8D8D. Windows color (decimal): -9202756 or 12358515. OLE color: 12358515.

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

Color convert

RGB115147188-
CMYK0.390.2200.26
HSL213.7º35.27%59.41%-
HSV(B)213.7º38.83%73.73%-
XYZ26.5828.1451.61-
YUV142.11153.9108.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.56%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 188 (73.83% from 255) = 41.78%
R=25.56%
G=32.67%
B=41.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151471880.390.2200.26213.735.2759.41
Hex7393BC271601Ad6233b
Octal16322327447260323264373
Binary111001110010011101111001001111011001101011010110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7393BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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