#7675D1

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

Shades of Moody Blue #7675D1

Tints of Moody Blue #7675D1

Color information

#7675D1 (or 0x7675D1) is unknown color: approx Moody Blue. HEX triplet: 76, 75 and D1. RGB value is (118,117,209). Sum of RGB (Red+Green+Blue) = 118+117+209=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #7675D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7675D1 is #898A2E. Grayscale: #7F7F7F. Windows color (decimal): -9013807 or 13727094. OLE color: 13727094.

HSL color Cylindrical-coordinate representation of color #7675D1: hue angle of 240.65º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7675D1 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB118117209-
CMYK0.440.4400.18
HSL240.65º50%63.92%-
HSV(B)240.65º44.02%81.96%-
XYZ25.3421.1863.07-
YUV127.79173.83121.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.58%
GREEN value IS 117 (46.09% from 255) = 26.35%
BLUE value IS 209 (82.03% from 255) = 47.07%
R=26.58%
G=26.35%
B=47.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181172090.440.4400.18240.655063.92
Hex7675D12C2C012f13240
Octal166165321545402236162100
Binary1110110111010111010001101100101100010010111100011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7675D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7675D1; }

 p { color: rgb(118,117,209); }

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

<style>
 a { background-color: #7675D1; }

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

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

<style>
 span { border-color: #7675D1; }

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

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