#7A81C0

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

Shades of Wild Blue Yonder #7A81C0

Tints of Wild Blue Yonder #7A81C0

Color information

#7A81C0 (or 0x7A81C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 81 and C0. RGB value is (122,129,192). Sum of RGB (Red+Green+Blue) = 122+129+192=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A81C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A81C0 is #857E3F. Grayscale: #858585. Windows color (decimal): -8748608 or 12616058. OLE color: 12616058.

HSL color Cylindrical-coordinate representation of color #7A81C0: hue angle of 234º 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 #7A81C0 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122129192-
CMYK0.360.3300.25
HSL234º35.71%61.57%-
HSV(B)234º36.46%75.29%-
XYZ25.3923.6453.09-
YUV134.09160.68119.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.54%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 192 (75.39% from 255) = 43.34%
R=27.54%
G=29.12%
B=43.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221291920.360.3300.2523435.7161.57
Hex7A81C02421019ea243e
Octal17220130044410313524476
Binary1111010100000011100000010010010000101100111101010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A81C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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