#7A81CA

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

Shades of Moody Blue #7A81CA

Tints of Moody Blue #7A81CA

Color information

#7A81CA (or 0x7A81CA) is unknown color: approx Moody Blue. HEX triplet: 7A, 81 and CA. RGB value is (122,129,202). Sum of RGB (Red+Green+Blue) = 122+129+202=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A81CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A81CA is #857E35. Grayscale: #868686. Windows color (decimal): -8748598 or 13271418. OLE color: 13271418.

HSL color Cylindrical-coordinate representation of color #7A81CA: hue angle of 234.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A81CA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB122129202-
CMYK0.400.3600.21
HSL234.75º43.01%63.53%-
HSV(B)234.75º39.6%79.22%-
XYZ26.5424.159.13-
YUV135.23165.68118.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.93%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=26.93%
G=28.48%
B=44.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221292020.400.3600.21234.7543.0163.53
Hex7A81CA2824015eb2b40
Octal172201312504402535353100
Binary11110101000000111001010101000100100010101111010111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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