#7B75DD

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

Shades of Medium Slate Blue #7B75DD

Tints of Medium Slate Blue #7B75DD

Color information

#7B75DD (or 0x7B75DD) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 75 and DD. RGB value is (123,117,221). Sum of RGB (Red+Green+Blue) = 123+117+221=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B75DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B75DD is #848A22. Grayscale: #828282. Windows color (decimal): -8686115 or 14513531. OLE color: 14513531.

HSL color Cylindrical-coordinate representation of color #7B75DD: hue angle of 243.46º 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 #7B75DD is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123117221-
CMYK0.440.4700.13
HSL243.46º60.47%66.27%-
HSV(B)243.46º47.06%86.67%-
XYZ27.5822.1571.23-
YUV130.65178.99122.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.68%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=26.68%
G=25.38%
B=47.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231172210.440.4700.13243.4660.4766.27
Hex7B75DD2C2F0Df33c42
Octal173165335545701536374102
Binary111101111101011101110110110010111101101111100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B75DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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