#7391BE

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

Shades of Wild Blue Yonder #7391BE

Tints of Wild Blue Yonder #7391BE

Color information

#7391BE (or 0x7391BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 91 and BE. RGB value is (115,145,190). Sum of RGB (Red+Green+Blue) = 115+145+190=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #7391BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7391BE is #8C6E41. Grayscale: #8C8C8C. Windows color (decimal): -9203266 or 12489075. OLE color: 12489075.

HSL color Cylindrical-coordinate representation of color #7391BE: hue angle of 216º 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 #7391BE is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115145190-
CMYK0.390.2400.25
HSL216º36.59%59.8%-
HSV(B)216º39.47%74.51%-
XYZ26.4927.6152.65-
YUV141.16155.56109.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.56%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=25.56%
G=32.22%
B=42.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151451900.390.2400.2521636.5959.8
Hex7391BE2718019d8253c
Octal16322127647300313304574
Binary111001110010001101111101001111100001100111011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7391BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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