#7194BE

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

Shades of Wild Blue Yonder #7194BE

Tints of Wild Blue Yonder #7194BE

Color information

#7194BE (or 0x7194BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 94 and BE. RGB value is (113,148,190). Sum of RGB (Red+Green+Blue) = 113+148+190=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #7194BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7194BE is #8E6B41. Grayscale: #8E8E8E. Windows color (decimal): -9333570 or 12489841. OLE color: 12489841.

HSL color Cylindrical-coordinate representation of color #7194BE: hue angle of 212.73º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7194BE is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113148190-
CMYK0.410.2200.25
HSL212.73º37.2%59.41%-
HSV(B)212.73º40.53%74.51%-
XYZ26.6928.4152.79-
YUV142.32154.9107.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.06%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=25.06%
G=32.82%
B=42.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131481900.410.2200.25212.7337.259.41
Hex7194BE2916019d5253b
Octal16122427651260313254573
Binary111000110010100101111101010011011001100111010101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7194BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7194BE; }

 p { color: rgb(113,148,190); }

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

<style>
 a { background-color: #7194BE; }

 a { background-color: rgb(113,148,190); }

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

<style>
 span { border-color: #7194BE; }

 span { border-color: rgb(113,148,190); }

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