#7D7CCA

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

Shades of Moody Blue #7D7CCA

Tints of Moody Blue #7D7CCA

Color information

#7D7CCA (or 0x7D7CCA) is unknown color: approx Moody Blue. HEX triplet: 7D, 7C and CA. RGB value is (125,124,202). Sum of RGB (Red+Green+Blue) = 125+124+202=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D7CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7CCA is #828335. Grayscale: #848484. Windows color (decimal): -8553270 or 13270141. OLE color: 13270141.

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

Color convert

RGB125124202-
CMYK0.380.3900.21
HSL240.77º42.39%63.92%-
HSV(B)240.77º38.61%79.22%-
XYZ26.3323.0458.94-
YUV133.19166.83122.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.72%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=27.72%
G=27.49%
B=44.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251242020.380.3900.21240.7742.3963.92
Hex7D7CCA2627015f12a40
Octal175174312464702536152100
Binary1111101111110011001010100110100111010101111100011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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