#7B6ACD

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

Shades of Moody Blue #7B6ACD

Tints of Moody Blue #7B6ACD

Color information

#7B6ACD (or 0x7B6ACD) is unknown color: approx Moody Blue. HEX triplet: 7B, 6A and CD. RGB value is (123,106,205). Sum of RGB (Red+Green+Blue) = 123+106+205=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B6ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ACD is #849532. Grayscale: #797979. Windows color (decimal): -8688947 or 13462139. OLE color: 13462139.

HSL color Cylindrical-coordinate representation of color #7B6ACD: hue angle of 250.3º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B6ACD is Cyan = 0.4, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB123106205-
CMYK0.40.4800.20
HSL250.3º49.75%60.98%-
HSV(B)250.3º48.29%80.39%-
XYZ24.3418.9360.13-
YUV122.37174.63128.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.34%
GREEN value IS 106 (41.80% from 255) = 24.42%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=28.34%
G=24.42%
B=47.24%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1231062050.40.4800.20250.349.7560.98
Hex7B6ACD2830014fa323d
Octal17315231550600243726275
Binary111101111010101100110110100011000001010011111010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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