#7983C0

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

Shades of Wild Blue Yonder #7983C0

Tints of Wild Blue Yonder #7983C0

Color information

#7983C0 (or 0x7983C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 83 and C0. RGB value is (121,131,192). Sum of RGB (Red+Green+Blue) = 121+131+192=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #7983C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7983C0 is #867C3F. Grayscale: #868686. Windows color (decimal): -8813632 or 12616569. OLE color: 12616569.

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

Color convert

RGB121131192-
CMYK0.370.3200.25
HSL231.55º36.04%61.37%-
HSV(B)231.55º36.98%75.29%-
XYZ25.5224.153.18-
YUV134.96160.19118.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.25%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 192 (75.39% from 255) = 43.24%
R=27.25%
G=29.50%
B=43.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211311920.370.3200.25231.5536.0461.37
Hex7983C02520019e8243d
Octal17120330045400313504475
Binary1111001100000111100000010010110000001100111101000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7983C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7983C0; }

 p { color: rgb(121,131,192); }

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

<style>
 a { background-color: #7983C0; }

 a { background-color: rgb(121,131,192); }

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

<style>
 span { border-color: #7983C0; }

 span { border-color: rgb(121,131,192); }

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