#7D67CF

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

Shades of Moody Blue #7D67CF

Tints of Moody Blue #7D67CF

Color information

#7D67CF (or 0x7D67CF) is unknown color: approx Moody Blue. HEX triplet: 7D, 67 and CF. RGB value is (125,103,207). Sum of RGB (Red+Green+Blue) = 125+103+207=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D67CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D67CF is #829830. Grayscale: #797979. Windows color (decimal): -8558641 or 13592445. OLE color: 13592445.

HSL color Cylindrical-coordinate representation of color #7D67CF: hue angle of 252.69º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D67CF is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125103207-
CMYK0.400.5000.19
HSL252.69º52%60.78%-
HSV(B)252.69º50.24%81.18%-
XYZ24.5718.5761.32-
YUV121.43176.29130.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.74%
GREEN value IS 103 (40.62% from 255) = 23.68%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=28.74%
G=23.68%
B=47.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251032070.400.5000.19252.695260.78
Hex7D67CF2832013fd343d
Octal17514731750620233756475
Binary111110111001111100111110100011001001001111111101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D67CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,103,207); }

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

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

 a { background-color: rgb(125,103,207); }

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

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

 span { border-color: rgb(125,103,207); }

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