#7A81B5

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

Shades of Wild Blue Yonder #7A81B5

Tints of Wild Blue Yonder #7A81B5

Color information

#7A81B5 (or 0x7A81B5) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 81 and B5. RGB value is (122,129,181). Sum of RGB (Red+Green+Blue) = 122+129+181=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 181 - color contains mainly: blue. Hex color #7A81B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A81B5 is #857E4A. Grayscale: #848484. Windows color (decimal): -8748619 or 11895162. OLE color: 11895162.

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

Color convert

RGB122129181-
CMYK0.330.2900.29
HSL232.88º28.5%59.41%-
HSV(B)232.88º32.6%70.98%-
XYZ24.2223.1746.91-
YUV132.83155.18120.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.24%
GREEN value IS 129 (50.78% from 255) = 29.86%
BLUE value IS 181 (71.09% from 255) = 41.90%
R=28.24%
G=29.86%
B=41.90%

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
Decimal1221291810.330.2900.29232.8828.559.41
Hex7A81B5211D01De91d3b
Octal17220126541350353513573
Binary11110101000000110110101100001111010111011110100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A81B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,129,181); }

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

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

 a { background-color: rgb(122,129,181); }

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

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

 span { border-color: rgb(122,129,181); }

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