#7190BB

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

Shades of Wild Blue Yonder #7190BB

Tints of Wild Blue Yonder #7190BB

Color information

#7190BB (or 0x7190BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 90 and BB. RGB value is (113,144,187). Sum of RGB (Red+Green+Blue) = 113+144+187=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #7190BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7190BB is #8E6F44. Grayscale: #8B8B8B. Windows color (decimal): -9334597 or 12292209. OLE color: 12292209.

HSL color Cylindrical-coordinate representation of color #7190BB: hue angle of 214.86º 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 #7190BB is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113144187-
CMYK0.400.2300.27
HSL214.86º35.24%58.82%-
HSV(B)214.86º39.57%73.33%-
XYZ25.7527.0550.88-
YUV139.63154.73109-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.45%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=25.45%
G=32.43%
B=42.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131441870.400.2300.27214.8635.2458.82
Hex7190BB281701Bd7233b
Octal16122027350270333274373
Binary111000110010000101110111010001011101101111010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7190BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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