#7675DD

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

Shades of Medium Slate Blue #7675DD

Tints of Medium Slate Blue #7675DD

Color information

#7675DD (or 0x7675DD) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 75 and DD. RGB value is (118,117,221). Sum of RGB (Red+Green+Blue) = 118+117+221=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #7675DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7675DD is #898A22. Grayscale: #808080. Windows color (decimal): -9013795 or 14513526. OLE color: 14513526.

HSL color Cylindrical-coordinate representation of color #7675DD: hue angle of 240.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7675DD is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118117221-
CMYK0.470.4700.13
HSL240.58º60.47%66.27%-
HSV(B)240.58º47.06%86.67%-
XYZ26.8821.7971.2-
YUV129.16179.83120.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.88%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 221 (86.72% from 255) = 48.46%
R=25.88%
G=25.66%
B=48.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181172210.470.4700.13240.5860.4766.27
Hex7675DD2F2F0Df13c42
Octal166165335575701536174102
Binary111011011101011101110110111110111101101111100011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7675DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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