#7A82C0

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

Shades of Wild Blue Yonder #7A82C0

Tints of Wild Blue Yonder #7A82C0

Color information

#7A82C0 (or 0x7A82C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 82 and C0. RGB value is (122,130,192). Sum of RGB (Red+Green+Blue) = 122+130+192=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 130 (51.17% from 255 or 29.28% 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 #7A82C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A82C0 is #857D3F. Grayscale: #868686. Windows color (decimal): -8748352 or 12616314. OLE color: 12616314.

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

Color convert

RGB122130192-
CMYK0.360.3200.25
HSL233.14º35.71%61.57%-
HSV(B)233.14º36.46%75.29%-
XYZ25.5223.9153.14-
YUV134.68160.35118.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.48%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 192 (75.39% from 255) = 43.24%
R=27.48%
G=29.28%
B=43.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221301920.360.3200.25233.1435.7161.57
Hex7A82C02420019e9243e
Octal17220230044400313514476
Binary1111010100000101100000010010010000001100111101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A82C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A82C0; }

 p { color: rgb(122,130,192); }

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

<style>
 a { background-color: #7A82C0; }

 a { background-color: rgb(122,130,192); }

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

<style>
 span { border-color: #7A82C0; }

 span { border-color: rgb(122,130,192); }

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