#7569C1

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

Shades of Moody Blue #7569C1

Tints of Moody Blue #7569C1

Color information

#7569C1 (or 0x7569C1) is unknown color: approx Moody Blue. HEX triplet: 75, 69 and C1. RGB value is (117,105,193). Sum of RGB (Red+Green+Blue) = 117+105+193=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #7569C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7569C1 is #8A963E. Grayscale: #767676. Windows color (decimal): -9082431 or 12675445. OLE color: 12675445.

HSL color Cylindrical-coordinate representation of color #7569C1: hue angle of 248.18º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7569C1 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117105193-
CMYK0.390.4600.24
HSL248.18º41.51%58.43%-
HSV(B)248.18º45.6%75.69%-
XYZ22.0117.7452.72-
YUV118.62169.98126.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 193 (75.78% from 255) = 46.51%
R=28.19%
G=25.30%
B=46.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171051930.390.4600.24248.1841.5158.43
Hex7569C1272E018f82a3a
Octal16515130147560303705272
Binary111010111010011100000110011110111001100011111000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7569C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7569C1; }

 p { color: rgb(117,105,193); }

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

<style>
 a { background-color: #7569C1; }

 a { background-color: rgb(117,105,193); }

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

<style>
 span { border-color: #7569C1; }

 span { border-color: rgb(117,105,193); }

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