#7986D0

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

Shades of Wild Blue Yonder #7986D0

Tints of Wild Blue Yonder #7986D0

Color information

#7986D0 (or 0x7986D0) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 86 and D0. RGB value is (121,134,208). Sum of RGB (Red+Green+Blue) = 121+134+208=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #7986D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7986D0 is #86792F. Grayscale: #8A8A8A. Windows color (decimal): -8812848 or 13665913. OLE color: 13665913.

HSL color Cylindrical-coordinate representation of color #7986D0: hue angle of 231.03º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7986D0 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121134208-
CMYK0.420.3600.18
HSL231.03º48.07%64.51%-
HSV(B)231.03º41.83%81.57%-
XYZ27.825.6763.16-
YUV138.55167.19115.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.13%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=26.13%
G=28.94%
B=44.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211342080.420.3600.18231.0348.0764.51
Hex7986D02A24012e73041
Octal171206320524402234760101
Binary11110011000011011010000101010100100010010111001111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7986D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7986D0; }

 p { color: rgb(121,134,208); }

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

<style>
 a { background-color: #7986D0; }

 a { background-color: rgb(121,134,208); }

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

<style>
 span { border-color: #7986D0; }

 span { border-color: rgb(121,134,208); }

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