#7B6EBD

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

Shades of Moody Blue #7B6EBD

Tints of Moody Blue #7B6EBD

Color information

#7B6EBD (or 0x7B6EBD) is unknown color: approx Moody Blue. HEX triplet: 7B, 6E and BD. RGB value is (123,110,189). Sum of RGB (Red+Green+Blue) = 123+110+189=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B6EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6EBD is #849142. Grayscale: #7A7A7A. Windows color (decimal): -8687939 or 12414587. OLE color: 12414587.

HSL color Cylindrical-coordinate representation of color #7B6EBD: hue angle of 249.87º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B6EBD is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB123110189-
CMYK0.350.4200.26
HSL249.87º37.44%58.63%-
HSV(B)249.87º41.8%74.12%-
XYZ22.9319.0450.61-
YUV122.89165.31128.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.15%
GREEN value IS 110 (43.36% from 255) = 26.07%
BLUE value IS 189 (74.22% from 255) = 44.79%
R=29.15%
G=26.07%
B=44.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231101890.350.4200.26249.8737.4458.63
Hex7B6EBD232A01Afa253b
Octal17315627543520323724573
Binary111101111011101011110110001110101001101011111010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,110,189); }

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

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

 a { background-color: rgb(123,110,189); }

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

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

 span { border-color: rgb(123,110,189); }

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