#7983B5

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

Shades of Wild Blue Yonder #7983B5

Tints of Wild Blue Yonder #7983B5

Color information

#7983B5 (or 0x7983B5) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 83 and B5. RGB value is (121,131,181). Sum of RGB (Red+Green+Blue) = 121+131+181=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #7983B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7983B5 is #867C4A. Grayscale: #858585. Windows color (decimal): -8813643 or 11895673. OLE color: 11895673.

HSL color Cylindrical-coordinate representation of color #7983B5: hue angle of 230º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7983B5 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB121131181-
CMYK0.330.2800.29
HSL230º28.85%59.22%-
HSV(B)230º33.15%70.98%-
XYZ24.3423.6346.99-
YUV133.71154.69118.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.94%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 181 (71.09% from 255) = 41.80%
R=27.94%
G=30.25%
B=41.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211311810.330.2800.2923028.8559.22
Hex7983B5211C01De61d3b
Octal17120326541340353463573
Binary11110011000001110110101100001111000111011110011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7983B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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