Html Css Color HEX #7194CE Wild Blue Yonder

📋 copy color: '#7194CE'

red 113 ◦ green 148 ◦ blue 206

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

Shades of Wild Blue Yonder #7194CE

Tints of Wild Blue Yonder #7194CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.69%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 24.2%
G = 31.69%
B = 44.11%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7194CE (or 0x7194CE) is known color: Wild Blue Yonder. HEX triplet: 71, 94 and CE. RGB value is (113,148,206). Sum of RGB (Red+Green+Blue) = 113+148+206=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #7194CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7194CE is #8E6B31. Grayscale: #8F8F8F. Windows color (decimal): -9333554 or 13538417. OLE color: 13538417.

HSL color Cylindrical-coordinate representation of color #7194CE: hue angle of 217.42º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7194CE is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 148 206 -
CMYK 0.45 0.28 0 0.19
HSL 217.42º 0.49% 0.63% -
HSV(B) 217.42º 0.45% 0.81% -
XYZ 28.54 29.15 62.51 -
YUV 144.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 113 148 206 0.45 0.28 0 0.19 217.42 0.49 0.63
Hex 71 94 CE 2D 1C 0 13 D9 31 3F
Octal 161 224 316 55 34 0 23 331 61 77
Binary 1110001 10010100 11001110 101101 11100 0 10011 11011001 110001 111111

Color Harmonies of #7194CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7194CE

Black with #7194CE

Text Example


Text Example

White with #7194CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7194CE;
 }
 .AnyTagClassName
 {
   color: #7194CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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