#7C75BE

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

Shades of Moody Blue #7C75BE

Tints of Moody Blue #7C75BE

Color information

#7C75BE (or 0x7C75BE) is unknown color: approx Moody Blue. HEX triplet: 7C, 75 and BE. RGB value is (124,117,190). Sum of RGB (Red+Green+Blue) = 124+117+190=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C75BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C75BE is #838A41. Grayscale: #7F7F7F. Windows color (decimal): -8620610 or 12481916. OLE color: 12481916.

HSL color Cylindrical-coordinate representation of color #7C75BE: hue angle of 245.75º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C75BE is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124117190-
CMYK0.350.3800.25
HSL245.75º35.96%60.2%-
HSV(B)245.75º38.42%74.51%-
XYZ23.9720.7351.45-
YUV127.42163.32125.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.77%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=28.77%
G=27.15%
B=44.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241171900.350.3800.25245.7535.9660.2
Hex7C75BE2326019f6243c
Octal17416527643460313664474
Binary111110011101011011111010001110011001100111110110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,117,190); }

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

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

 a { background-color: rgb(124,117,190); }

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

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

 span { border-color: rgb(124,117,190); }

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