#7B6CD4

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

Shades of Moody Blue #7B6CD4

Tints of Moody Blue #7B6CD4

Color information

#7B6CD4 (or 0x7B6CD4) is unknown color: approx Moody Blue. HEX triplet: 7B, 6C and D4. RGB value is (123,108,212). Sum of RGB (Red+Green+Blue) = 123+108+212=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #7B6CD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6CD4 is #84932B. Grayscale: #7B7B7B. Windows color (decimal): -8688428 or 13921403. OLE color: 13921403.

HSL color Cylindrical-coordinate representation of color #7B6CD4: hue angle of 248.65º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B6CD4 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB123108212-
CMYK0.420.4900.17
HSL248.65º54.74%62.75%-
HSV(B)248.65º49.06%83.14%-
XYZ25.4119.6964.75-
YUV124.34177.47127.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.77%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 212 (83.20% from 255) = 47.86%
R=27.77%
G=24.38%
B=47.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1231082120.420.4900.17248.6554.7462.75
Hex7B6CD42A31011f9373f
Octal17315432452610213716777
Binary111101111011001101010010101011000101000111111001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,108,212); }

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

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

 a { background-color: rgb(123,108,212); }

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

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

 span { border-color: rgb(123,108,212); }

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