#7B6ACE

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

Shades of Moody Blue #7B6ACE

Tints of Moody Blue #7B6ACE

Color information

#7B6ACE (or 0x7B6ACE) is unknown color: approx Moody Blue. HEX triplet: 7B, 6A and CE. RGB value is (123,106,206). Sum of RGB (Red+Green+Blue) = 123+106+206=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B6ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ACE is #849531. Grayscale: #7A7A7A. Windows color (decimal): -8688946 or 13527675. OLE color: 13527675.

HSL color Cylindrical-coordinate representation of color #7B6ACE: hue angle of 250.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B6ACE is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB123106206-
CMYK0.400.4900.19
HSL250.2º50.51%61.18%-
HSV(B)250.2º48.54%80.78%-
XYZ24.4618.9860.77-
YUV122.48175.13128.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.28%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 206 (80.86% from 255) = 47.36%
R=28.28%
G=24.37%
B=47.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1231062060.400.4900.19250.250.5161.18
Hex7B6ACE2831013fa333d
Octal17315231650610233726375
Binary111101111010101100111010100011000101001111111010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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