#7392BE

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

Shades of Wild Blue Yonder #7392BE

Tints of Wild Blue Yonder #7392BE

Color information

#7392BE (or 0x7392BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 92 and BE. RGB value is (115,146,190). Sum of RGB (Red+Green+Blue) = 115+146+190=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #7392BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7392BE is #8C6D41. Grayscale: #8D8D8D. Windows color (decimal): -9203010 or 12489331. OLE color: 12489331.

HSL color Cylindrical-coordinate representation of color #7392BE: hue angle of 215.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7392BE is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115146190-
CMYK0.390.2300.25
HSL215.2º36.59%59.8%-
HSV(B)215.2º39.47%74.51%-
XYZ26.6427.9252.7-
YUV141.75155.23108.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.50%
GREEN value IS 146 (57.42% from 255) = 32.37%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=25.50%
G=32.37%
B=42.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151461900.390.2300.25215.236.5959.8
Hex7392BE2717019d7253c
Octal16322227647270313274574
Binary111001110010010101111101001111011101100111010111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7392BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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