#7C69BD

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

Shades of Moody Blue #7C69BD

Tints of Moody Blue #7C69BD

Color information

#7C69BD (or 0x7C69BD) is unknown color: approx Moody Blue. HEX triplet: 7C, 69 and BD. RGB value is (124,105,189). Sum of RGB (Red+Green+Blue) = 124+105+189=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C69BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C69BD is #839642. Grayscale: #777777. Windows color (decimal): -8623683 or 12413308. OLE color: 12413308.

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

Color convert

RGB124105189-
CMYK0.340.4400.26
HSL253.57º38.89%57.65%-
HSV(B)253.57º44.44%74.12%-
XYZ22.5518.0650.44-
YUV120.26166.79130.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.67%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 189 (74.22% from 255) = 45.22%
R=29.67%
G=25.12%
B=45.22%

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
Decimal1241051890.340.4400.26253.5738.8957.65
Hex7C69BD222C01Afe273a
Octal17415127542540323764772
Binary111110011010011011110110001010110001101011111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C69BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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