#7984D1

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

Shades of Wild Blue Yonder #7984D1

Tints of Wild Blue Yonder #7984D1

Color information

#7984D1 (or 0x7984D1) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 84 and D1. RGB value is (121,132,209). Sum of RGB (Red+Green+Blue) = 121+132+209=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #7984D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7984D1 is #867B2E. Grayscale: #898989. Windows color (decimal): -8813359 or 13730937. OLE color: 13730937.

HSL color Cylindrical-coordinate representation of color #7984D1: hue angle of 232.5º degrees, saturation: 0.49, 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 #7984D1 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121132209-
CMYK0.420.3700.18
HSL232.5º48.89%64.71%-
HSV(B)232.5º42.11%81.96%-
XYZ27.6525.1763.72-
YUV137.49168.36116.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.19%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 209 (82.03% from 255) = 45.24%
R=26.19%
G=28.57%
B=45.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211322090.420.3700.18232.548.8964.71
Hex7984D12A25012e83141
Octal171204321524502235061101
Binary11110011000010011010001101010100101010010111010001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7984D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7984D1; }

 p { color: rgb(121,132,209); }

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

<style>
 a { background-color: #7984D1; }

 a { background-color: rgb(121,132,209); }

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

<style>
 span { border-color: #7984D1; }

 span { border-color: rgb(121,132,209); }

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