#7D7FCE

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

Shades of Moody Blue #7D7FCE

Tints of Moody Blue #7D7FCE

Color information

#7D7FCE (or 0x7D7FCE) is unknown color: approx Moody Blue. HEX triplet: 7D, 7F and CE. RGB value is (125,127,206). Sum of RGB (Red+Green+Blue) = 125+127+206=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D7FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7FCE is #828031. Grayscale: #878787. Windows color (decimal): -8552498 or 13533053. OLE color: 13533053.

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

Color convert

RGB125127206-
CMYK0.390.3800.19
HSL238.52º45.25%64.9%-
HSV(B)238.52º39.32%80.78%-
XYZ27.1923.9961.59-
YUV135.41167.84120.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.29%
GREEN value IS 127 (50% from 255) = 27.73%
BLUE value IS 206 (80.86% from 255) = 44.98%
R=27.29%
G=27.73%
B=44.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251272060.390.3800.19238.5245.2564.9
Hex7D7FCE2726013ef2d41
Octal175177316474602335755101
Binary1111101111111111001110100111100110010011111011111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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