#7575D6

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

Shades of Moody Blue #7575D6

Tints of Moody Blue #7575D6

Color information

#7575D6 (or 0x7575D6) is unknown color: approx Moody Blue. HEX triplet: 75, 75 and D6. RGB value is (117,117,214). Sum of RGB (Red+Green+Blue) = 117+117+214=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #7575D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7575D6 is #8A8A29. Grayscale: #7F7F7F. Windows color (decimal): -9079338 or 14054773. OLE color: 14054773.

HSL color Cylindrical-coordinate representation of color #7575D6: hue angle of 240º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7575D6 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB117117214-
CMYK0.450.4500.16
HSL240º54.19%64.9%-
HSV(B)240º45.33%83.92%-
XYZ25.8421.3666.38-
YUV128.06176.5120.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 214 (83.98% from 255) = 47.77%
R=26.12%
G=26.12%
B=47.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1171172140.450.4500.1624054.1964.9
Hex7575D62D2D010f03641
Octal165165326555502036066101
Binary1110101111010111010110101101101101010000111100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7575D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7575D6; }

 p { color: rgb(117,117,214); }

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

<style>
 a { background-color: #7575D6; }

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

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

<style>
 span { border-color: #7575D6; }

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

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