#7C7BD0

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

Shades of Moody Blue #7C7BD0

Tints of Moody Blue #7C7BD0

Color information

#7C7BD0 (or 0x7C7BD0) is unknown color: approx Moody Blue. HEX triplet: 7C, 7B and D0. RGB value is (124,123,208). Sum of RGB (Red+Green+Blue) = 124+123+208=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #7C7BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7BD0 is #83842F. Grayscale: #848484. Windows color (decimal): -8619056 or 13663100. OLE color: 13663100.

HSL color Cylindrical-coordinate representation of color #7C7BD0: hue angle of 240.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C7BD0 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB124123208-
CMYK0.400.4100.18
HSL240.71º47.49%64.9%-
HSV(B)240.71º40.87%81.57%-
XYZ26.7823.0162.7-
YUV132.99170.33121.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.25%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 208 (81.64% from 255) = 45.71%
R=27.25%
G=27.03%
B=45.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1241232080.400.4100.18240.7147.4964.9
Hex7C7BD02829012f12f41
Octal174173320505102236157101
Binary1111100111101111010000101000101001010010111100011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,123,208); }

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

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

 a { background-color: rgb(124,123,208); }

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

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

 span { border-color: rgb(124,123,208); }

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