#7B6ACC

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

Shades of Moody Blue #7B6ACC

Tints of Moody Blue #7B6ACC

Color information

#7B6ACC (or 0x7B6ACC) is unknown color: approx Moody Blue. HEX triplet: 7B, 6A and CC. RGB value is (123,106,204). Sum of RGB (Red+Green+Blue) = 123+106+204=433 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.41% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B6ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ACC is #849533. Grayscale: #797979. Windows color (decimal): -8688948 or 13396603. OLE color: 13396603.

HSL color Cylindrical-coordinate representation of color #7B6ACC: hue angle of 250.41º degrees, saturation: 0.49, 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 #7B6ACC is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB123106204-
CMYK0.400.4800.2
HSL250.41º49%60.78%-
HSV(B)250.41º48.04%80%-
XYZ24.2218.8859.49-
YUV122.26174.13128.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.41%
GREEN value IS 106 (41.80% from 255) = 24.48%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=28.41%
G=24.48%
B=47.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1231062040.400.4800.2250.414960.78
Hex7B6ACC2830014fa313d
Octal17315231450600243726175
Binary111101111010101100110010100011000001010011111010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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