#7C6BCA

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

Shades of Moody Blue #7C6BCA

Tints of Moody Blue #7C6BCA

Color information

#7C6BCA (or 0x7C6BCA) is unknown color: approx Moody Blue. HEX triplet: 7C, 6B and CA. RGB value is (124,107,202). Sum of RGB (Red+Green+Blue) = 124+107+202=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C6BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6BCA is #839435. Grayscale: #7A7A7A. Windows color (decimal): -8623158 or 13265788. OLE color: 13265788.

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

Color convert

RGB124107202-
CMYK0.390.4700.21
HSL250.74º47.26%60.59%-
HSV(B)250.74º47.03%79.22%-
XYZ24.2319.0658.28-
YUV122.91172.63128.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.64%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=28.64%
G=24.71%
B=46.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1241072020.390.4700.21250.7447.2660.59
Hex7C6BCA272F015fb2f3d
Octal17415331247570253735775
Binary111110011010111100101010011110111101010111111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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