#7B6DBE

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

Shades of Moody Blue #7B6DBE

Tints of Moody Blue #7B6DBE

Color information

#7B6DBE (or 0x7B6DBE) is unknown color: approx Moody Blue. HEX triplet: 7B, 6D and BE. RGB value is (123,109,190). Sum of RGB (Red+Green+Blue) = 123+109+190=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B6DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6DBE is #849241. Grayscale: #7A7A7A. Windows color (decimal): -8688194 or 12479867. OLE color: 12479867.

HSL color Cylindrical-coordinate representation of color #7B6DBE: hue angle of 250.37º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B6DBE is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB123109190-
CMYK0.350.4300.25
HSL250.37º38.39%58.63%-
HSV(B)250.37º42.63%74.51%-
XYZ22.9318.8751.15-
YUV122.42166.14128.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.15%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=29.15%
G=25.83%
B=45.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231091900.350.4300.25250.3738.3958.63
Hex7B6DBE232B019fa263b
Octal17315527643530313724673
Binary111101111011011011111010001110101101100111111010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,109,190); }

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

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

 a { background-color: rgb(123,109,190); }

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

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

 span { border-color: rgb(123,109,190); }

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