#7395BA

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

Shades of Wild Blue Yonder #7395BA

Tints of Wild Blue Yonder #7395BA

Color information

#7395BA (or 0x7395BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 95 and BA. RGB value is (115,149,186). Sum of RGB (Red+Green+Blue) = 115+149+186=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #7395BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7395BA is #8C6A45. Grayscale: #8E8E8E. Windows color (decimal): -9202246 or 12227955. OLE color: 12227955.

HSL color Cylindrical-coordinate representation of color #7395BA: hue angle of 211.27º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7395BA is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115149186-
CMYK0.380.2000.27
HSL211.27º33.97%59.02%-
HSV(B)211.27º38.17%72.94%-
XYZ26.6828.6850.58-
YUV143.05152.24107.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.56%
GREEN value IS 149 (58.59% from 255) = 33.11%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=25.56%
G=33.11%
B=41.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151491860.380.2000.27211.2733.9759.02
Hex7395BA261401Bd3223b
Octal16322527246240333234273
Binary111001110010101101110101001101010001101111010011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7395BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7395BA; }

 p { color: rgb(115,149,186); }

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

<style>
 a { background-color: #7395BA; }

 a { background-color: rgb(115,149,186); }

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

<style>
 span { border-color: #7395BA; }

 span { border-color: rgb(115,149,186); }

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