#797FB0

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

Shades of Wild Blue Yonder #797FB0

Tints of Wild Blue Yonder #797FB0

Color information

#797FB0 (or 0x797FB0) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 7F and B0. RGB value is (121,127,176). Sum of RGB (Red+Green+Blue) = 121+127+176=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 176 - color contains mainly: blue. Hex color #797FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797FB0 is #86804F. Grayscale: #828282. Windows color (decimal): -8814672 or 11566969. OLE color: 11566969.

HSL color Cylindrical-coordinate representation of color #797FB0: hue angle of 233.45º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #797FB0 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121127176-
CMYK0.310.2800.31
HSL233.45º25.82%58.24%-
HSV(B)233.45º31.25%69.02%-
XYZ23.3122.3844.17-
YUV130.79153.51121.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.54%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 176 (69.14% from 255) = 41.51%
R=28.54%
G=29.95%
B=41.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211271760.310.2800.31233.4525.8258.24
Hex797FB01F1C01Fe91a3a
Octal17117726037340373513272
Binary111100111111111011000011111111000111111110100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797FB0; }

 p { color: rgb(121,127,176); }

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

<style>
 a { background-color: #797FB0; }

 a { background-color: rgb(121,127,176); }

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

<style>
 span { border-color: #797FB0; }

 span { border-color: rgb(121,127,176); }

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