#7B6ABB

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

Shades of Moody Blue #7B6ABB

Tints of Moody Blue #7B6ABB

Color information

#7B6ABB (or 0x7B6ABB) is unknown color: approx Moody Blue. HEX triplet: 7B, 6A and BB. RGB value is (123,106,187). Sum of RGB (Red+Green+Blue) = 123+106+187=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 106 (41.80% from 255 or 25.48% 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 #7B6ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ABB is #849544. Grayscale: #787878. Windows color (decimal): -8688965 or 12282491. OLE color: 12282491.

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

Color convert

RGB123106187-
CMYK0.340.4300.27
HSL252.59º37.33%57.45%-
HSV(B)252.59º43.32%73.33%-
XYZ22.2918.1149.33-
YUV120.32165.63129.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.57%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=29.57%
G=25.48%
B=44.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231061870.340.4300.27252.5937.3357.45
Hex7B6ABB222B01Bfd2539
Octal17315227342530333754571
Binary111101111010101011101110001010101101101111111101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,106,187); }

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

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

 a { background-color: rgb(123,106,187); }

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

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

 span { border-color: rgb(123,106,187); }

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