#7495BA

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

Shades of Wild Blue Yonder #7495BA

Tints of Wild Blue Yonder #7495BA

Color information

#7495BA (or 0x7495BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 95 and BA. RGB value is (116,149,186). Sum of RGB (Red+Green+Blue) = 116+149+186=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #7495BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7495BA is #8B6A45. Grayscale: #8F8F8F. Windows color (decimal): -9136710 or 12227956. OLE color: 12227956.

HSL color Cylindrical-coordinate representation of color #7495BA: hue angle of 211.71º 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 #7495BA is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116149186-
CMYK0.380.2000.27
HSL211.71º33.65%59.22%-
HSV(B)211.71º37.63%72.94%-
XYZ26.8128.7550.59-
YUV143.35152.07108.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=25.72%
G=33.04%
B=41.24%

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
Decimal1161491860.380.2000.27211.7133.6559.22
Hex7495BA261401Bd4223b
Octal16422527246240333244273
Binary111010010010101101110101001101010001101111010100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7495BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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