#7194C9

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

Shades of Wild Blue Yonder #7194C9

Tints of Wild Blue Yonder #7194C9

Color information

#7194C9 (or 0x7194C9) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 94 and C9. RGB value is (113,148,201). Sum of RGB (Red+Green+Blue) = 113+148+201=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #7194C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7194C9 is #8E6B36. Grayscale: #8F8F8F. Windows color (decimal): -9333559 or 13210737. OLE color: 13210737.

HSL color Cylindrical-coordinate representation of color #7194C9: hue angle of 216.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7194C9 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB113148201-
CMYK0.440.2600.21
HSL216.14º44.9%61.57%-
HSV(B)216.14º43.78%78.82%-
XYZ27.9428.9159.37-
YUV143.58160.4106.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.46%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 201 (78.91% from 255) = 43.51%
R=24.46%
G=32.03%
B=43.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1131482010.440.2600.21216.1444.961.57
Hex7194C92C1A015d82d3e
Octal16122431154320253305576
Binary111000110010100110010011011001101001010111011000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7194C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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