#7B69BC

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

Shades of Moody Blue #7B69BC

Tints of Moody Blue #7B69BC

Color information

#7B69BC (or 0x7B69BC) is unknown color: approx Moody Blue. HEX triplet: 7B, 69 and BC. RGB value is (123,105,188). Sum of RGB (Red+Green+Blue) = 123+105+188=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B69BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B69BC is #849643. Grayscale: #777777. Windows color (decimal): -8689220 or 12347771. OLE color: 12347771.

HSL color Cylindrical-coordinate representation of color #7B69BC: hue angle of 253.01º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B69BC is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB123105188-
CMYK0.350.4400.26
HSL253.01º38.25%57.45%-
HSV(B)253.01º44.15%73.73%-
XYZ22.317.9449.87-
YUV119.84166.46130.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.57%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=29.57%
G=25.24%
B=45.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231051880.350.4400.26253.0138.2557.45
Hex7B69BC232C01Afd2639
Octal17315127443540323754671
Binary111101111010011011110010001110110001101011111101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B69BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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