Html Css Color HEX #7194C9 Wild Blue Yonder

📋 copy color: '#7194C9'

red 113 ◦ green 148 ◦ blue 201

#7194C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7194C9

Tints of Wild Blue Yonder #7194C9

RGB

 RED value IS 113 (44.53% from 255) = 24.46%

 GREEN value IS 148 (58.2% 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 value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7194C9 (or 0x7194C9) is known color: 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

RGB 113 148 201 -
CMYK 0.44 0.26 0 0.21
HSL 216.14º 0.45% 0.62% -
HSV(B) 216.14º 0.44% 0.79% -
XYZ 27.94 28.91 59.37 -
YUV 143.58 160.4 106.19 -
System Red Green Blue C M Y K H S L
Decimal 113 148 201 0.44 0.26 0 0.21 216.14 0.45 0.62
Hex 71 94 C9 2C 1A 0 15 D8 2D 3E
Octal 161 224 311 54 32 0 25 330 55 76
Binary 1110001 10010100 11001001 101100 11010 0 10101 11011000 101101 111110

Color Harmonies of #7194C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7194C9

Black with #7194C9

Text Example


Text Example

White with #7194C9

Text Example


Text Example

HTML Codes & Css Web 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>