#7982C9

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

Shades of Wild Blue Yonder #7982C9

Tints of Wild Blue Yonder #7982C9

Color information

#7982C9 (or 0x7982C9) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 82 and C9. RGB value is (121,130,201). Sum of RGB (Red+Green+Blue) = 121+130+201=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #7982C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7982C9 is #867D36. Grayscale: #878787. Windows color (decimal): -8813879 or 13206137. OLE color: 13206137.

HSL color Cylindrical-coordinate representation of color #7982C9: hue angle of 233.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7982C9 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB121130201-
CMYK0.400.3500.21
HSL233.25º42.55%63.14%-
HSV(B)233.25º39.8%78.82%-
XYZ26.4124.2558.55-
YUV135.4165.02117.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.77%
GREEN value IS 130 (51.17% from 255) = 28.76%
BLUE value IS 201 (78.91% from 255) = 44.47%
R=26.77%
G=28.76%
B=44.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211302010.400.3500.21233.2542.5563.14
Hex7982C92823015e92b3f
Octal17120231150430253515377
Binary1111001100000101100100110100010001101010111101001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7982C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7982C9; }

 p { color: rgb(121,130,201); }

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

<style>
 a { background-color: #7982C9; }

 a { background-color: rgb(121,130,201); }

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

<style>
 span { border-color: #7982C9; }

 span { border-color: rgb(121,130,201); }

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