#7B69D1

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

Shades of Moody Blue #7B69D1

Tints of Moody Blue #7B69D1

Color information

#7B69D1 (or 0x7B69D1) is unknown color: approx Moody Blue. HEX triplet: 7B, 69 and D1. RGB value is (123,105,209). Sum of RGB (Red+Green+Blue) = 123+105+209=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #7B69D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B69D1 is #84962E. Grayscale: #797979. Windows color (decimal): -8689199 or 13724027. OLE color: 13724027.

HSL color Cylindrical-coordinate representation of color #7B69D1: hue angle of 250.38º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B69D1 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB123105209-
CMYK0.410.5000.18
HSL250.38º53.06%61.57%-
HSV(B)250.38º49.76%81.96%-
XYZ24.7318.9262.67-
YUV122.24176.96128.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.15%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 209 (82.03% from 255) = 47.83%
R=28.15%
G=24.03%
B=47.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1231052090.410.5000.18250.3853.0661.57
Hex7B69D12932012fa353e
Octal17315132151620223726576
Binary111101111010011101000110100111001001001011111010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B69D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,105,209); }

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

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

 a { background-color: rgb(123,105,209); }

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

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

 span { border-color: rgb(123,105,209); }

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