#7A82BA

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

Shades of Wild Blue Yonder #7A82BA

Tints of Wild Blue Yonder #7A82BA

Color information

#7A82BA (or 0x7A82BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 82 and BA. RGB value is (122,130,186). Sum of RGB (Red+Green+Blue) = 122+130+186=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A82BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A82BA is #857D45. Grayscale: #858585. Windows color (decimal): -8748358 or 12223098. OLE color: 12223098.

HSL color Cylindrical-coordinate representation of color #7A82BA: hue angle of 232.5º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A82BA is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122130186-
CMYK0.340.3000.27
HSL232.5º31.68%60.39%-
HSV(B)232.5º34.41%72.94%-
XYZ24.8723.6549.71-
YUV133.99157.35119.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.85%
GREEN value IS 130 (51.17% from 255) = 29.68%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=27.85%
G=29.68%
B=42.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221301860.340.3000.27232.531.6860.39
Hex7A82BA221E01Be8203c
Octal17220227242360333504074
Binary111101010000010101110101000101111001101111101000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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