#7190BA

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

Shades of Wild Blue Yonder #7190BA

Tints of Wild Blue Yonder #7190BA

Color information

#7190BA (or 0x7190BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 90 and BA. RGB value is (113,144,186). Sum of RGB (Red+Green+Blue) = 113+144+186=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #7190BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7190BA is #8E6F45. Grayscale: #8B8B8B. Windows color (decimal): -9334598 or 12226673. OLE color: 12226673.

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

Color convert

RGB113144186-
CMYK0.390.2300.27
HSL214.52º34.6%58.63%-
HSV(B)214.52º39.25%72.94%-
XYZ25.652750.31-
YUV139.52154.23109.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.51%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=25.51%
G=32.51%
B=41.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131441860.390.2300.27214.5234.658.63
Hex7190BA271701Bd7233b
Octal16122027247270333274373
Binary111000110010000101110101001111011101101111010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7190BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,144,186); }

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

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

 a { background-color: rgb(113,144,186); }

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

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

 span { border-color: rgb(113,144,186); }

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