#7A81BE

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

Shades of Wild Blue Yonder #7A81BE

Tints of Wild Blue Yonder #7A81BE

Color information

#7A81BE (or 0x7A81BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 81 and BE. RGB value is (122,129,190). Sum of RGB (Red+Green+Blue) = 122+129+190=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A81BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A81BE is #857E41. Grayscale: #858585. Windows color (decimal): -8748610 or 12484986. OLE color: 12484986.

HSL color Cylindrical-coordinate representation of color #7A81BE: hue angle of 233.82º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A81BE is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122129190-
CMYK0.360.3200.25
HSL233.82º34.34%61.18%-
HSV(B)233.82º35.79%74.51%-
XYZ25.1723.5651.94-
YUV133.86159.68119.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.66%
GREEN value IS 129 (50.78% from 255) = 29.25%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=27.66%
G=29.25%
B=43.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221291900.360.3200.25233.8234.3461.18
Hex7A81BE2420019ea223d
Octal17220127644400313524275
Binary1111010100000011011111010010010000001100111101010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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