#7191BB

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

Shades of Wild Blue Yonder #7191BB

Tints of Wild Blue Yonder #7191BB

Color information

#7191BB (or 0x7191BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 91 and BB. RGB value is (113,145,187). Sum of RGB (Red+Green+Blue) = 113+145+187=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #7191BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7191BB is #8E6E44. Grayscale: #8C8C8C. Windows color (decimal): -9334341 or 12292465. OLE color: 12292465.

HSL color Cylindrical-coordinate representation of color #7191BB: hue angle of 214.05º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7191BB is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113145187-
CMYK0.400.2200.27
HSL214.05º35.24%58.82%-
HSV(B)214.05º39.57%73.33%-
XYZ25.9127.3550.93-
YUV140.22154.4108.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.39%
GREEN value IS 145 (57.03% from 255) = 32.58%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=25.39%
G=32.58%
B=42.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131451870.400.2200.27214.0535.2458.82
Hex7191BB281601Bd6233b
Octal16122127350260333264373
Binary111000110010001101110111010001011001101111010110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7191BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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