#7A82BD

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

Shades of Wild Blue Yonder #7A82BD

Tints of Wild Blue Yonder #7A82BD

Color information

#7A82BD (or 0x7A82BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 82 and BD. RGB value is (122,130,189). Sum of RGB (Red+Green+Blue) = 122+130+189=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A82BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A82BD is #857D42. Grayscale: #868686. Windows color (decimal): -8748355 or 12419706. OLE color: 12419706.

HSL color Cylindrical-coordinate representation of color #7A82BD: hue angle of 232.84º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A82BD is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122130189-
CMYK0.350.3100.26
HSL232.84º33.67%60.98%-
HSV(B)232.84º35.45%74.12%-
XYZ25.1923.7851.41-
YUV134.33158.85119.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.66%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=27.66%
G=29.48%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221301890.350.3100.26232.8433.6760.98
Hex7A82BD231F01Ae9223d
Octal17220227543370323514275
Binary111101010000010101111011000111111101101011101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A82BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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