#7A82B6

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

Shades of Wild Blue Yonder #7A82B6

Tints of Wild Blue Yonder #7A82B6

Color information

#7A82B6 (or 0x7A82B6) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 82 and B6. RGB value is (122,130,182). Sum of RGB (Red+Green+Blue) = 122+130+182=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A82B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A82B6 is #857D49. Grayscale: #858585. Windows color (decimal): -8748362 or 11960954. OLE color: 11960954.

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

Color convert

RGB122130182-
CMYK0.330.2900.29
HSL232º29.13%59.61%-
HSV(B)232º32.97%71.37%-
XYZ24.4523.4847.5-
YUV133.54155.35119.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.11%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=28.11%
G=29.95%
B=41.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221301820.330.2900.2923229.1359.61
Hex7A82B6211D01De81d3c
Octal17220226641350353503574
Binary11110101000001010110110100001111010111011110100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A82B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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