#7D64CA

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

Shades of Moody Blue #7D64CA

Tints of Moody Blue #7D64CA

Color information

#7D64CA (or 0x7D64CA) is unknown color: approx Moody Blue. HEX triplet: 7D, 64 and CA. RGB value is (125,100,202). Sum of RGB (Red+Green+Blue) = 125+100+202=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D64CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D64CA is #829B35. Grayscale: #767676. Windows color (decimal): -8559414 or 13263997. OLE color: 13263997.

HSL color Cylindrical-coordinate representation of color #7D64CA: hue angle of 254.71º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D64CA is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125100202-
CMYK0.380.5000.21
HSL254.71º49.04%59.22%-
HSV(B)254.71º50.5%79.22%-
XYZ23.6817.7458.05-
YUV119.1174.78132.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.27%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=29.27%
G=23.42%
B=47.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251002020.380.5000.21254.7149.0459.22
Hex7D64CA2632015ff313b
Octal17514431246620253776173
Binary111110111001001100101010011011001001010111111111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D64CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,100,202); }

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

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

 a { background-color: rgb(125,100,202); }

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

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

 span { border-color: rgb(125,100,202); }

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