#7D7CCE

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

Shades of Moody Blue #7D7CCE

Tints of Moody Blue #7D7CCE

Color information

#7D7CCE (or 0x7D7CCE) is unknown color: approx Moody Blue. HEX triplet: 7D, 7C and CE. RGB value is (125,124,206). Sum of RGB (Red+Green+Blue) = 125+124+206=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D7CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7CCE is #828331. Grayscale: #858585. Windows color (decimal): -8553266 or 13532285. OLE color: 13532285.

HSL color Cylindrical-coordinate representation of color #7D7CCE: hue angle of 240.73º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D7CCE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125124206-
CMYK0.390.4000.19
HSL240.73º45.56%64.71%-
HSV(B)240.73º39.81%80.78%-
XYZ26.8123.2361.46-
YUV133.65168.83121.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.47%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=27.47%
G=27.25%
B=45.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251242060.390.4000.19240.7345.5664.71
Hex7D7CCE2728013f12e41
Octal175174316475002336156101
Binary1111101111110011001110100111101000010011111100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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