#7D69BC

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

Shades of Moody Blue #7D69BC

Tints of Moody Blue #7D69BC

Color information

#7D69BC (or 0x7D69BC) is unknown color: approx Moody Blue. HEX triplet: 7D, 69 and BC. RGB value is (125,105,188). Sum of RGB (Red+Green+Blue) = 125+105+188=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D69BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D69BC is #829643. Grayscale: #787878. Windows color (decimal): -8558148 or 12347773. OLE color: 12347773.

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

Color convert

RGB125105188-
CMYK0.340.4400.26
HSL254.46º38.25%57.45%-
HSV(B)254.46º44.15%73.73%-
XYZ22.5918.0949.88-
YUV120.44166.13131.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.90%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=29.90%
G=25.12%
B=44.98%

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
Decimal1251051880.340.4400.26254.4638.2557.45
Hex7D69BC222C01Afe2639
Octal17515127442540323764671
Binary111110111010011011110010001010110001101011111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D69BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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