#7982CD

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

Shades of Wild Blue Yonder #7982CD

Tints of Wild Blue Yonder #7982CD

Color information

#7982CD (or 0x7982CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 82 and CD. RGB value is (121,130,205). Sum of RGB (Red+Green+Blue) = 121+130+205=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #7982CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7982CD is #867D32. Grayscale: #878787. Windows color (decimal): -8813875 or 13468281. OLE color: 13468281.

HSL color Cylindrical-coordinate representation of color #7982CD: hue angle of 233.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7982CD is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121130205-
CMYK0.410.3700.20
HSL233.57º45.65%63.92%-
HSV(B)233.57º40.98%80.39%-
XYZ26.8924.4461.06-
YUV135.86167.02117.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.54%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=26.54%
G=28.51%
B=44.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211302050.410.3700.20233.5745.6563.92
Hex7982CD2925014ea2e40
Octal171202315514502435256100
Binary11110011000001011001101101001100101010100111010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7982CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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