#7B6CCE

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

Shades of Moody Blue #7B6CCE

Tints of Moody Blue #7B6CCE

Color information

#7B6CCE (or 0x7B6CCE) is unknown color: approx Moody Blue. HEX triplet: 7B, 6C and CE. RGB value is (123,108,206). Sum of RGB (Red+Green+Blue) = 123+108+206=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B6CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6CCE is #849331. Grayscale: #7B7B7B. Windows color (decimal): -8688434 or 13528187. OLE color: 13528187.

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

Color convert

RGB123108206-
CMYK0.400.4800.19
HSL249.18º50%61.57%-
HSV(B)249.18º47.57%80.78%-
XYZ24.6719.3960.84-
YUV123.66174.47127.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.15%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=28.15%
G=24.71%
B=47.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1231082060.400.4800.19249.185061.57
Hex7B6CCE2830013f9323e
Octal17315431650600233716276
Binary111101111011001100111010100011000001001111111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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