#7B57DD

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

Shades of Slate Blue #7B57DD

Tints of Slate Blue #7B57DD

Color information

#7B57DD (or 0x7B57DD) is unknown color: approx Slate Blue. HEX triplet: 7B, 57 and DD. RGB value is (123,87,221). Sum of RGB (Red+Green+Blue) = 123+87+221=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B57DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B57DD is #84A822. Grayscale: #707070. Windows color (decimal): -8693795 or 14505851. OLE color: 14505851.

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

Color convert

RGB12387221-
CMYK0.440.6100.13
HSL256.12º66.34%60.39%-
HSV(B)256.12º60.63%86.67%-
XYZ24.6316.2570.24-
YUV113.04188.93135.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.54%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 221 (86.72% from 255) = 51.28%
R=28.54%
G=20.19%
B=51.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal123872210.440.6100.13256.1266.3460.39
Hex7B57DD2C3D0D100423c
Octal173127335547501540010274
Binary1111011101011111011101101100111101011011000000001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B57DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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