#7D6CCA

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

Shades of Moody Blue #7D6CCA

Tints of Moody Blue #7D6CCA

Color information

#7D6CCA (or 0x7D6CCA) is unknown color: approx Moody Blue. HEX triplet: 7D, 6C and CA. RGB value is (125,108,202). Sum of RGB (Red+Green+Blue) = 125+108+202=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D6CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6CCA is #829335. Grayscale: #7B7B7B. Windows color (decimal): -8557366 or 13266045. OLE color: 13266045.

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

Color convert

RGB125108202-
CMYK0.380.4700.21
HSL250.85º47%60.78%-
HSV(B)250.85º46.53%79.22%-
XYZ24.4819.3558.32-
YUV123.8172.13128.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.74%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=28.74%
G=24.83%
B=46.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251082020.380.4700.21250.854760.78
Hex7D6CCA262F015fb2f3d
Octal17515431246570253735775
Binary111110111011001100101010011010111101010111111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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