#7B6DCE

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

Shades of Moody Blue #7B6DCE

Tints of Moody Blue #7B6DCE

Color information

#7B6DCE (or 0x7B6DCE) is unknown color: approx Moody Blue. HEX triplet: 7B, 6D and CE. RGB value is (123,109,206). Sum of RGB (Red+Green+Blue) = 123+109+206=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B6DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6DCE is #849231. Grayscale: #7B7B7B. Windows color (decimal): -8688178 or 13528443. OLE color: 13528443.

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

Color convert

RGB123109206-
CMYK0.400.4700.19
HSL248.66º49.74%61.76%-
HSV(B)248.66º47.09%80.78%-
XYZ24.7819.660.87-
YUV124.24174.14127.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.08%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 206 (80.86% from 255) = 47.03%
R=28.08%
G=24.89%
B=47.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1231092060.400.4700.19248.6649.7461.76
Hex7B6DCE282F013f9323e
Octal17315531650570233716276
Binary111101111011011100111010100010111101001111111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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