#7C67BC

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

Shades of Moody Blue #7C67BC

Tints of Moody Blue #7C67BC

Color information

#7C67BC (or 0x7C67BC) is unknown color: approx Moody Blue. HEX triplet: 7C, 67 and BC. RGB value is (124,103,188). Sum of RGB (Red+Green+Blue) = 124+103+188=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C67BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C67BC is #839843. Grayscale: #767676. Windows color (decimal): -8624196 or 12347260. OLE color: 12347260.

HSL color Cylindrical-coordinate representation of color #7C67BC: hue angle of 254.82º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C67BC is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB124103188-
CMYK0.340.4500.26
HSL254.82º38.81%57.06%-
HSV(B)254.82º45.21%73.73%-
XYZ22.2417.6249.81-
YUV118.97166.96131.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=29.88%
G=24.82%
B=45.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241031880.340.4500.26254.8238.8157.06
Hex7C67BC222D01Aff2739
Octal17414727442550323774771
Binary111110011001111011110010001010110101101011111111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C67BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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