#7B6EDF

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

Shades of Medium Slate Blue #7B6EDF

Tints of Medium Slate Blue #7B6EDF

Color information

#7B6EDF (or 0x7B6EDF) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 6E and DF. RGB value is (123,110,223). Sum of RGB (Red+Green+Blue) = 123+110+223=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B6EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6EDF is #849120. Grayscale: #7E7E7E. Windows color (decimal): -8687905 or 14642811. OLE color: 14642811.

HSL color Cylindrical-coordinate representation of color #7B6EDF: hue angle of 246.9º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B6EDF is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123110223-
CMYK0.450.5100.13
HSL246.9º63.84%65.29%-
HSV(B)246.9º50.67%87.45%-
XYZ27.0620.6972.38-
YUV126.77182.31125.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.97%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 223 (87.5% from 255) = 48.90%
R=26.97%
G=24.12%
B=48.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231102230.450.5100.13246.963.8465.29
Hex7B6EDF2D330Df74041
Octal1731563375563015367100101
Binary1111011110111011011111101101110011011011111011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,110,223); }

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

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

 a { background-color: rgb(123,110,223); }

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

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

 span { border-color: rgb(123,110,223); }

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