#7792BF

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

Shades of Wild Blue Yonder #7792BF

Tints of Wild Blue Yonder #7792BF

Color information

#7792BF (or 0x7792BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 92 and BF. RGB value is (119,146,191). Sum of RGB (Red+Green+Blue) = 119+146+191=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #7792BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7792BF is #886D40. Grayscale: #8E8E8E. Windows color (decimal): -8940865 or 12554871. OLE color: 12554871.

HSL color Cylindrical-coordinate representation of color #7792BF: hue angle of 217.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7792BF is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119146191-
CMYK0.380.2400.25
HSL217.5º36%60.78%-
HSV(B)217.5º37.7%74.9%-
XYZ27.2928.2453.3-
YUV143.06155.05110.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.10%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 191 (75% from 255) = 41.89%
R=26.10%
G=32.02%
B=41.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191461910.380.2400.25217.53660.78
Hex7792BF2618019da243d
Octal16722227746300313324475
Binary111011110010010101111111001101100001100111011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7792BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7792BF; }

 p { color: rgb(119,146,191); }

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

<style>
 a { background-color: #7792BF; }

 a { background-color: rgb(119,146,191); }

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

<style>
 span { border-color: #7792BF; }

 span { border-color: rgb(119,146,191); }

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