#7C67CC

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

Shades of Moody Blue #7C67CC

Tints of Moody Blue #7C67CC

Color information

#7C67CC (or 0x7C67CC) is unknown color: approx Moody Blue. HEX triplet: 7C, 67 and CC. RGB value is (124,103,204). Sum of RGB (Red+Green+Blue) = 124+103+204=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C67CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C67CC is #839833. Grayscale: #787878. Windows color (decimal): -8624180 or 13395836. OLE color: 13395836.

HSL color Cylindrical-coordinate representation of color #7C67CC: hue angle of 252.48º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C67CC is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB124103204-
CMYK0.390.5000.2
HSL252.48º49.75%60.2%-
HSV(B)252.48º49.51%80%-
XYZ24.0618.3559.4-
YUV120.79174.96130.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.77%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=28.77%
G=23.90%
B=47.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1241032040.390.5000.2252.4849.7560.2
Hex7C67CC2732014fc323c
Octal17414731447620243746274
Binary111110011001111100110010011111001001010011111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C67CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,103,204); }

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

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

 a { background-color: rgb(124,103,204); }

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

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

 span { border-color: rgb(124,103,204); }

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