#7392BB

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

Shades of Wild Blue Yonder #7392BB

Tints of Wild Blue Yonder #7392BB

Color information

#7392BB (or 0x7392BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 92 and BB. RGB value is (115,146,187). Sum of RGB (Red+Green+Blue) = 115+146+187=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #7392BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7392BB is #8C6D44. Grayscale: #8D8D8D. Windows color (decimal): -9203013 or 12292723. OLE color: 12292723.

HSL color Cylindrical-coordinate representation of color #7392BB: hue angle of 214.17º 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 #7392BB is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115146187-
CMYK0.390.2200.27
HSL214.17º34.62%59.22%-
HSV(B)214.17º38.5%73.33%-
XYZ26.3227.7950.99-
YUV141.4153.73109.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.67%
GREEN value IS 146 (57.42% from 255) = 32.59%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=25.67%
G=32.59%
B=41.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151461870.390.2200.27214.1734.6259.22
Hex7392BB271601Bd6233b
Octal16322227347260333264373
Binary111001110010010101110111001111011001101111010110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7392BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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