#7A6BBB

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

Shades of Moody Blue #7A6BBB

Tints of Moody Blue #7A6BBB

Color information

#7A6BBB (or 0x7A6BBB) is unknown color: approx Moody Blue. HEX triplet: 7A, 6B and BB. RGB value is (122,107,187). Sum of RGB (Red+Green+Blue) = 122+107+187=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A6BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6BBB is #859444. Grayscale: #787878. Windows color (decimal): -8754245 or 12282746. OLE color: 12282746.

HSL color Cylindrical-coordinate representation of color #7A6BBB: hue angle of 251.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A6BBB is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122107187-
CMYK0.350.4300.27
HSL251.25º37.04%57.65%-
HSV(B)251.25º42.78%73.33%-
XYZ22.2518.2449.36-
YUV120.6165.47129-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.33%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=29.33%
G=25.72%
B=44.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221071870.350.4300.27251.2537.0457.65
Hex7A6BBB232B01Bfb253a
Octal17215327343530333734572
Binary111101011010111011101110001110101101101111111011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,107,187); }

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

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

 a { background-color: rgb(122,107,187); }

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

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

 span { border-color: rgb(122,107,187); }

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