#7983BD

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

Shades of Wild Blue Yonder #7983BD

Tints of Wild Blue Yonder #7983BD

Color information

#7983BD (or 0x7983BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 83 and BD. RGB value is (121,131,189). Sum of RGB (Red+Green+Blue) = 121+131+189=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #7983BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7983BD is #867C42. Grayscale: #868686. Windows color (decimal): -8813635 or 12419961. OLE color: 12419961.

HSL color Cylindrical-coordinate representation of color #7983BD: hue angle of 231.18º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7983BD is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121131189-
CMYK0.360.3100.26
HSL231.18º34%60.78%-
HSV(B)231.18º35.98%74.12%-
XYZ25.1923.9751.44-
YUV134.62158.69118.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.44%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=27.44%
G=29.71%
B=42.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211311890.360.3100.26231.183460.78
Hex7983BD241F01Ae7223d
Octal17120327544370323474275
Binary111100110000011101111011001001111101101011100111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7983BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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