Html Css Color HEX #7194BC Wild Blue Yonder

📋 copy color: '#7194BC'

red 113 ◦ green 148 ◦ blue 188

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

Shades of Wild Blue Yonder #7194BC

Tints of Wild Blue Yonder #7194BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 25.17%
G = 32.96%
B = 41.87%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7194BC (or 0x7194BC) is known color: Wild Blue Yonder. HEX triplet: 71, 94 and BC. RGB value is (113,148,188). Sum of RGB (Red+Green+Blue) = 113+148+188=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #7194BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7194BC is #8E6B43. Grayscale: #8D8D8D. Windows color (decimal): -9333572 or 12358769. OLE color: 12358769.

HSL color Cylindrical-coordinate representation of color #7194BC: hue angle of 212º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7194BC is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 148 188 -
CMYK 0.40 0.21 0 0.26
HSL 212º 0.36% 0.59% -
HSV(B) 212º 0.4% 0.74% -
XYZ 26.48 28.32 51.65 -
YUV 142.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 113 148 188 0.40 0.21 0 0.26 212 0.36 0.59
Hex 71 94 BC 28 15 0 1A D4 24 3B
Octal 161 224 274 50 25 0 32 324 44 73
Binary 1110001 10010100 10111100 101000 10101 0 11010 11010100 100100 111011

Color Harmonies of #7194BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7194BC

Black with #7194BC

Text Example


Text Example

White with #7194BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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