#7C69BC

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

Shades of Moody Blue #7C69BC

Tints of Moody Blue #7C69BC

Color information

#7C69BC (or 0x7C69BC) is unknown color: approx Moody Blue. HEX triplet: 7C, 69 and BC. RGB value is (124,105,188). Sum of RGB (Red+Green+Blue) = 124+105+188=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C69BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C69BC is #839643. Grayscale: #777777. Windows color (decimal): -8623684 or 12347772. OLE color: 12347772.

HSL color Cylindrical-coordinate representation of color #7C69BC: hue angle of 253.73º 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 #7C69BC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB124105188-
CMYK0.340.4400.26
HSL253.73º38.25%57.45%-
HSV(B)253.73º44.15%73.73%-
XYZ22.4418.0249.87-
YUV120.14166.29130.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.74%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=29.74%
G=25.18%
B=45.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241051880.340.4400.26253.7338.2557.45
Hex7C69BC222C01Afe2639
Octal17415127442540323764671
Binary111110011010011011110010001010110001101011111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C69BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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