#7C67CA

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

Shades of Moody Blue #7C67CA

Tints of Moody Blue #7C67CA

Color information

#7C67CA (or 0x7C67CA) is unknown color: approx Moody Blue. HEX triplet: 7C, 67 and CA. RGB value is (124,103,202). Sum of RGB (Red+Green+Blue) = 124+103+202=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C67CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C67CA is #839835. Grayscale: #787878. Windows color (decimal): -8624182 or 13264764. OLE color: 13264764.

HSL color Cylindrical-coordinate representation of color #7C67CA: hue angle of 252.73º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C67CA is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB124103202-
CMYK0.390.4900.21
HSL252.73º48.29%59.8%-
HSV(B)252.73º49.01%79.22%-
XYZ23.8218.2558.14-
YUV120.57173.96130.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.90%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=28.90%
G=24.01%
B=47.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1241032020.390.4900.21252.7348.2959.8
Hex7C67CA2731015fd303c
Octal17414731247610253756074
Binary111110011001111100101010011111000101010111111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C67CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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