#7B6FCC

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

Shades of Moody Blue #7B6FCC

Tints of Moody Blue #7B6FCC

Color information

#7B6FCC (or 0x7B6FCC) is unknown color: approx Moody Blue. HEX triplet: 7B, 6F and CC. RGB value is (123,111,204). Sum of RGB (Red+Green+Blue) = 123+111+204=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B6FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6FCC is #849033. Grayscale: #7C7C7C. Windows color (decimal): -8687668 or 13397883. OLE color: 13397883.

HSL color Cylindrical-coordinate representation of color #7B6FCC: hue angle of 247.74º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B6FCC is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB123111204-
CMYK0.400.4600.2
HSL247.74º47.69%61.76%-
HSV(B)247.74º45.59%80%-
XYZ24.7519.9459.67-
YUV125.19172.48126.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.08%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=28.08%
G=25.34%
B=46.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1231112040.400.4600.2247.7447.6961.76
Hex7B6FCC282E014f8303e
Octal17315731450560243706076
Binary111101111011111100110010100010111001010011111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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