#7392BC

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

Shades of Wild Blue Yonder #7392BC

Tints of Wild Blue Yonder #7392BC

Color information

#7392BC (or 0x7392BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 92 and BC. RGB value is (115,146,188). Sum of RGB (Red+Green+Blue) = 115+146+188=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #7392BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7392BC is #8C6D43. Grayscale: #8D8D8D. Windows color (decimal): -9203012 or 12358259. OLE color: 12358259.

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

Color convert

RGB115146188-
CMYK0.390.2200.26
HSL214.52º35.27%59.41%-
HSV(B)214.52º38.83%73.73%-
XYZ26.4327.8351.56-
YUV141.52154.23109.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.61%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=25.61%
G=32.52%
B=41.87%

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
Decimal1151461880.390.2200.26214.5235.2759.41
Hex7392BC271601Ad7233b
Octal16322227447260323274373
Binary111001110010010101111001001111011001101011010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7392BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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