#7982BD

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

Shades of Wild Blue Yonder #7982BD

Tints of Wild Blue Yonder #7982BD

Color information

#7982BD (or 0x7982BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 82 and BD. RGB value is (121,130,189). Sum of RGB (Red+Green+Blue) = 121+130+189=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #7982BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7982BD is #867D42. Grayscale: #858585. Windows color (decimal): -8813891 or 12419705. OLE color: 12419705.

HSL color Cylindrical-coordinate representation of color #7982BD: hue angle of 232.06º 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 #7982BD is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121130189-
CMYK0.360.3100.26
HSL232.06º34%60.78%-
HSV(B)232.06º35.98%74.12%-
XYZ25.0523.751.4-
YUV134.04159.02118.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.5%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=27.5%
G=29.55%
B=42.95%

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
Decimal1211301890.360.3100.26232.063460.78
Hex7982BD241F01Ae8223d
Octal17120227544370323504275
Binary111100110000010101111011001001111101101011101000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7982BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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