#7C67D5

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

Shades of Moody Blue #7C67D5

Tints of Moody Blue #7C67D5

Color information

#7C67D5 (or 0x7C67D5) is unknown color: approx Moody Blue. HEX triplet: 7C, 67 and D5. RGB value is (124,103,213). Sum of RGB (Red+Green+Blue) = 124+103+213=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #7C67D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C67D5 is #83982A. Grayscale: #797979. Windows color (decimal): -8624171 or 13985660. OLE color: 13985660.

HSL color Cylindrical-coordinate representation of color #7C67D5: hue angle of 251.45º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C67D5 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB124103213-
CMYK0.420.5200.16
HSL251.45º56.7%61.96%-
HSV(B)251.45º51.64%83.53%-
XYZ25.1718.7965.25-
YUV121.82179.46129.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.18%
GREEN value IS 103 (40.62% from 255) = 23.41%
BLUE value IS 213 (83.59% from 255) = 48.41%
R=28.18%
G=23.41%
B=48.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1241032130.420.5200.16251.4556.761.96
Hex7C67D52A34010fb393e
Octal17414732552640203737176
Binary111110011001111101010110101011010001000011111011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C67D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,103,213); }

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

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

 a { background-color: rgb(124,103,213); }

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

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

 span { border-color: rgb(124,103,213); }

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