#7D7CCF

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

Shades of Moody Blue #7D7CCF

Tints of Moody Blue #7D7CCF

Color information

#7D7CCF (or 0x7D7CCF) is unknown color: approx Moody Blue. HEX triplet: 7D, 7C and CF. RGB value is (125,124,207). Sum of RGB (Red+Green+Blue) = 125+124+207=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D7CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7CCF is #828330. Grayscale: #858585. Windows color (decimal): -8553265 or 13597821. OLE color: 13597821.

HSL color Cylindrical-coordinate representation of color #7D7CCF: hue angle of 240.72º 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 #7D7CCF is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125124207-
CMYK0.400.4000.19
HSL240.72º46.37%64.9%-
HSV(B)240.72º40.1%81.18%-
XYZ26.9323.2862.11-
YUV133.76169.33121.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.41%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 207 (81.25% from 255) = 45.39%
R=27.41%
G=27.19%
B=45.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251242070.400.4000.19240.7246.3764.9
Hex7D7CCF2828013f12e41
Octal175174317505002336156101
Binary1111101111110011001111101000101000010011111100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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