#7A67BE

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

Shades of Moody Blue #7A67BE

Tints of Moody Blue #7A67BE

Color information

#7A67BE (or 0x7A67BE) is unknown color: approx Moody Blue. HEX triplet: 7A, 67 and BE. RGB value is (122,103,190). Sum of RGB (Red+Green+Blue) = 122+103+190=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A67BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A67BE is #859841. Grayscale: #767676. Windows color (decimal): -8755266 or 12478330. OLE color: 12478330.

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

Color convert

RGB122103190-
CMYK0.360.4600.25
HSL253.1º40.09%57.45%-
HSV(B)253.1º45.79%74.51%-
XYZ22.1717.5650.94-
YUV118.6168.29130.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.40%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=29.40%
G=24.82%
B=45.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221031900.360.4600.25253.140.0957.45
Hex7A67BE242E019fd2839
Octal17214727644560313755071
Binary111101011001111011111010010010111001100111111101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A67BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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