Html Css Color HEX #7794BE Wild Blue Yonder

📋 copy color: '#7794BE'

red 119 ◦ green 148 ◦ blue 190

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

Shades of Wild Blue Yonder #7794BE

Tints of Wild Blue Yonder #7794BE

RGB

 RED value IS 119 (46.88% from 255) = 26.04%

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 26.04%
G = 32.39%
B = 41.58%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7794BE (or 0x7794BE) is known color: Wild Blue Yonder. HEX triplet: 77, 94 and BE. RGB value is (119,148,190). Sum of RGB (Red+Green+Blue) = 119+148+190=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #7794BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794BE is #886B41. Grayscale: #8F8F8F. Windows color (decimal): -8940354 or 12489847. OLE color: 12489847.

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

Color convert

RGB 119 148 190 -
CMYK 0.37 0.22 0 0.25
HSL 215.49º 0.35% 0.61% -
HSV(B) 215.49º 0.37% 0.75% -
XYZ 27.49 28.82 52.83 -
YUV 144.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 119 148 190 0.37 0.22 0 0.25 215.49 0.35 0.61
Hex 77 94 BE 25 16 0 19 D7 23 3D
Octal 167 224 276 45 26 0 31 327 43 75
Binary 1110111 10010100 10111110 100101 10110 0 11001 11010111 100011 111101

Color Harmonies of #7794BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7794BE

Black with #7794BE

Text Example


Text Example

White with #7794BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7794BE;
 }
 .AnyTagClassName
 {
   color: #7794BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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