#7191BA

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

Shades of Wild Blue Yonder #7191BA

Tints of Wild Blue Yonder #7191BA

Color information

#7191BA (or 0x7191BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 91 and BA. RGB value is (113,145,186). Sum of RGB (Red+Green+Blue) = 113+145+186=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #7191BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7191BA is #8E6E45. Grayscale: #8B8B8B. Windows color (decimal): -9334342 or 12226929. OLE color: 12226929.

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

Color convert

RGB113145186-
CMYK0.390.2200.27
HSL213.7º34.6%58.63%-
HSV(B)213.7º39.25%72.94%-
XYZ25.827.3150.37-
YUV140.11153.9108.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.45%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=25.45%
G=32.66%
B=41.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131451860.390.2200.27213.734.658.63
Hex7191BA271601Bd6233b
Octal16122127247260333264373
Binary111000110010001101110101001111011001101111010110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7191BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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